Home
last modified time | relevance | path

Searched refs:outer_vbox (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/mate-control-center/mate-control-center-1.26.0/typing-break/
H A Ddrw-break-window.c118 GtkWidget *outer_vbox; in drw_break_window_init() local
162 outer_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); in drw_break_window_init()
163 gtk_widget_set_hexpand (outer_vbox, TRUE); in drw_break_window_init()
164 gtk_widget_set_vexpand (outer_vbox, TRUE); in drw_break_window_init()
165 gtk_widget_set_margin_top (outer_vbox, monitor.y); in drw_break_window_init()
166 gtk_widget_set_margin_bottom (outer_vbox, bottom_padding); in drw_break_window_init()
167 gtk_widget_set_margin_start (outer_vbox, monitor.x); in drw_break_window_init()
168 gtk_widget_set_margin_end (outer_vbox, right_padding); in drw_break_window_init()
169 gtk_widget_show (outer_vbox); in drw_break_window_init()
171 gtk_container_add (GTK_CONTAINER (window), outer_vbox); in drw_break_window_init()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/propgui/
H A Dgimppropgui-recursive-transform.c239 GtkWidget *outer_vbox; in _gimp_prop_gui_new_recursive_transform() local
246 outer_vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, in _gimp_prop_gui_new_recursive_transform()
249 gtk_box_pack_start (GTK_BOX (outer_vbox), vbox, FALSE, FALSE, 0); in _gimp_prop_gui_new_recursive_transform()
254 gtk_box_pack_start (GTK_BOX (outer_vbox), hbox, FALSE, FALSE, 2); in _gimp_prop_gui_new_recursive_transform()
311 vbox = outer_vbox; in _gimp_prop_gui_new_recursive_transform()
/dports/x11/nwg-launchers/nwg-launchers-0.6.3/grid/
H A Dgrid_classes.cc124 outer_vbox.set_spacing(15);
126 outer_vbox.pack_start(hbox_header, Gtk::PACK_SHRINK, 0);
145 outer_vbox.pack_start(scrolled_window, Gtk::PACK_EXPAND_WIDGET);
148 outer_vbox.pack_start(description, Gtk::PACK_SHRINK);
151 this -> add(outer_vbox);
H A Dgrid.h307 Gtk::VBox outer_vbox;
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dmain-window.c273 { GtkWidget *vbox, *outer_vbox, *wid, *content, *ignore; in create_action_bar() local
277 outer_vbox = gtk_vbox_new(TRUE, 0); in create_action_bar()
279 gtk_box_pack_start(GTK_BOX(outer_vbox), vbox, TRUE, TRUE, 3); in create_action_bar()
371 return outer_vbox; in create_action_bar()
/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-screenshot/src/
H A Dmate-screenshot.c319 create_effects_frame (GtkWidget *outer_vbox, in create_effects_frame() argument
330 gtk_box_pack_start (GTK_BOX (outer_vbox), main_vbox, FALSE, FALSE, 0); in create_effects_frame()
394 create_screenshot_frame (GtkWidget *outer_vbox, in create_screenshot_frame() argument
407 gtk_box_pack_start (GTK_BOX (outer_vbox), main_vbox, FALSE, FALSE, 0); in create_screenshot_frame()
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/
H A Dinstallwizard.py175 outer_vbox = QVBoxLayout(self)
196 outer_vbox.addLayout(hbox)
197 outer_vbox.addLayout(Buttons(self.back_button, self.next_button))
/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscorelayout.c1563 GtkWidget *outer_vbox = gtk_vbox_new (FALSE, 8); in install_staff_with_voices() local
1564 gtk_container_add (GTK_CONTAINER (frame), outer_vbox); in install_staff_with_voices()
1567 gtk_box_pack_start (GTK_BOX (outer_vbox), staff_hbox, FALSE, TRUE, 0); in install_staff_with_voices()
1570 gtk_box_pack_end (GTK_BOX (outer_vbox), hbox, FALSE, TRUE, 0); in install_staff_with_voices()
1925 GtkWidget *outer_vbox = gtk_vbox_new (FALSE, 8); in install_movement_widget() local
1926 gtk_container_add (GTK_CONTAINER (frame), outer_vbox); in install_movement_widget()
1930 gtk_box_pack_start (GTK_BOX (outer_vbox), hbox, FALSE, TRUE, 0); in install_movement_widget()
1934 gtk_box_pack_start (GTK_BOX (outer_vbox), frame, FALSE, TRUE, 0); in install_movement_widget()
1955 gtk_box_pack_start (GTK_BOX (outer_vbox), frame, FALSE, TRUE, 0); in install_movement_widget()
1977 gtk_box_pack_start (GTK_BOX (outer_vbox), frame, FALSE, TRUE, 0); in install_movement_widget()
/dports/x11/xscreensaver/xscreensaver-5.44/driver/
H A Ddemo-Gtk.c5213 GtkWidget *outer_vbox; in main() local
5229 outer_vbox = GTK_BIN (s->toplevel_widget)->child; in main()
5230 gtk_widget_ref (outer_vbox); in main()
5232 outer_vbox); in main()
5233 STFU GTK_OBJECT_SET_FLAGS (outer_vbox, GTK_FLOATING); in main()
5234 gtk_container_add (GTK_CONTAINER (capplet), outer_vbox); in main()