Home
last modified time | relevance | path

Searched refs:btn_box (Results 1 – 16 of 16) sorted by path

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/gui/widgets/
H A Dchannel_send_selector.h59 GtkButtonBox * btn_box; member
H A Dchord_key.h60 GtkButtonBox * btn_box; member
H A Dexpander_box.h64 GtkBox * btn_box; member
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dchannel_send_selector.c530 self->btn_box = in channel_send_selector_widget_init()
535 GTK_WIDGET (self->btn_box), TRUE); in channel_send_selector_widget_init()
538 GTK_WIDGET (self->btn_box)); in channel_send_selector_widget_init()
544 GTK_CONTAINER (self->btn_box), in channel_send_selector_widget_init()
H A Dchord_key.c148 BIND_CHILD (btn_box); in chord_key_widget_class_init()
166 GTK_WIDGET (self->btn_box), GTK_ALIGN_END); in chord_key_widget_init()
H A Dexpander_box.c113 GTK_ORIENTABLE (prv->btn_box), in expander_box_widget_set_orientation()
256 prv->btn_box = GTK_BOX (box); in expander_box_widget_init()
H A Dport_connections_popover.c195 GtkWidget * btn_box = in port_connections_popover_widget_init() local
197 gtk_widget_set_visible (btn_box, true); in port_connections_popover_widget_init()
203 GTK_BOX (btn_box), img, in port_connections_popover_widget_init()
209 GTK_BOX (btn_box), lbl, in port_connections_popover_widget_init()
213 btn_box); in port_connections_popover_widget_init()
/dports/deskutils/gxmessage/gxmessage-3.4.3/
H A Dgxmessage.c434 GtkWidget *btn_box; in window_create() local
552 btn_box = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL); in window_create()
553 gtk_button_box_set_layout (GTK_BUTTON_BOX(btn_box), in window_create()
555 gtk_box_set_spacing (GTK_BOX(btn_box), 6); in window_create()
556 gtk_box_pack_end (GTK_BOX(vbox), btn_box, FALSE, FALSE, 0); in window_create()
594 gtk_box_pack_start (GTK_BOX(btn_box), btn, FALSE, FALSE, 0); in window_create()
/dports/deskutils/gxmessage/gxmessage-3.4.3/patches/
H A Dgxmessage-2.20.0-port_to_gtk3.patch42 - btn_box = gtk_hbutton_box_new ();
43 + btn_box = gtk_button_box_new (GTK_ORIENTATION_HORIZONTAL);
44 gtk_button_box_set_layout (GTK_BUTTON_BOX(btn_box),
46 gtk_box_set_spacing (GTK_BOX(btn_box), 6);
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Dtest_genlist.c4999 btn_box = elm_box_add(fr); in _test_genlist_focus_option_panel_create()
5000 elm_object_content_set(fr, btn_box); in _test_genlist_focus_option_panel_create()
5001 evas_object_show(btn_box); in _test_genlist_focus_option_panel_create()
5003 btn = elm_button_add(btn_box); in _test_genlist_focus_option_panel_create()
5007 elm_box_pack_end(btn_box, btn); in _test_genlist_focus_option_panel_create()
5011 btn = elm_button_add(btn_box); in _test_genlist_focus_option_panel_create()
5015 elm_box_pack_end(btn_box, btn); in _test_genlist_focus_option_panel_create()
5019 btn = elm_button_add(btn_box); in _test_genlist_focus_option_panel_create()
5023 elm_box_pack_end(btn_box, btn); in _test_genlist_focus_option_panel_create()
5028 btn = elm_button_add(btn_box); in _test_genlist_focus_option_panel_create()
[all …]
/dports/graphics/pho/pho/
H A Dkeydialog.c213 GtkWidget *dlg_vbox, *sep, *btn_box, *hbox; in MakeNewKeywordsDialog() local
238 btn_box = gtk_hbox_new(FALSE, 3); in MakeNewKeywordsDialog()
239 gtk_container_add(GTK_CONTAINER(dlg_vbox), btn_box); in MakeNewKeywordsDialog()
240 gtk_container_set_border_width(GTK_CONTAINER(btn_box), 20); in MakeNewKeywordsDialog()
241 gtk_widget_show(btn_box); in MakeNewKeywordsDialog()
247 gtk_box_pack_start(GTK_BOX(btn_box), ok, TRUE, TRUE, 0); in MakeNewKeywordsDialog()
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DSearchWindow.py112 self.btn_box = gtk.HButtonBox()
122 self.btn_box.set_layout(gtk.BUTTONBOX_END)
123 self.btn_box.set_spacing(4)
124 self.btn_box.pack_start(self.btn_close)
125 self.btn_box.pack_start(self.btn_append)
126 self.btn_box.pack_start(self.btn_open)
133 self.bottom_hbox.pack_start(self.btn_box, False)
/dports/x11/libfm-extra/libfm-1.3.2/src/gtk/
H A Dfm-path-bar.c59 gtk_widget_get_preferred_size(bar->btn_box, &req, NULL); in G_DEFINE_TYPE()
61 gtk_widget_size_request(bar->btn_box, &req); in G_DEFINE_TYPE()
177 bar->btn_box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); in fm_path_bar_init()
179 bar->btn_box = gtk_hbox_new(FALSE, 0); in fm_path_bar_init()
181 gtk_container_add(GTK_CONTAINER(bar->viewport), bar->btn_box); in fm_path_bar_init()
300 btns = gtk_container_get_children(GTK_CONTAINER(bar->btn_box)); in fm_path_bar_set_path()
323 gtk_container_foreach(GTK_CONTAINER(bar->btn_box), (GtkCallback)gtk_widget_destroy, NULL); in fm_path_bar_set_path()
339 gtk_box_pack_start(GTK_BOX(bar->btn_box), GTK_WIDGET(btn), FALSE, TRUE, 0); in fm_path_bar_set_path()
H A Dfm-path-bar.h53 GtkWidget* FM_SEAL(btn_box); /* hbox containing path element buttons */
/dports/x11/libfm/libfm-1.3.2/src/gtk/
H A Dfm-path-bar.c59 gtk_widget_get_preferred_size(bar->btn_box, &req, NULL); in G_DEFINE_TYPE()
61 gtk_widget_size_request(bar->btn_box, &req); in G_DEFINE_TYPE()
177 bar->btn_box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); in fm_path_bar_init()
179 bar->btn_box = gtk_hbox_new(FALSE, 0); in fm_path_bar_init()
181 gtk_container_add(GTK_CONTAINER(bar->viewport), bar->btn_box); in fm_path_bar_init()
300 btns = gtk_container_get_children(GTK_CONTAINER(bar->btn_box)); in fm_path_bar_set_path()
323 gtk_container_foreach(GTK_CONTAINER(bar->btn_box), (GtkCallback)gtk_widget_destroy, NULL); in fm_path_bar_set_path()
339 gtk_box_pack_start(GTK_BOX(bar->btn_box), GTK_WIDGET(btn), FALSE, TRUE, 0); in fm_path_bar_set_path()
H A Dfm-path-bar.h53 GtkWidget* FM_SEAL(btn_box); /* hbox containing path element buttons */