Home
last modified time | relevance | path

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

/dports/irc/smuxi/smuxi-1.1/src/Frontend-STFL/
H A DMainWindow.stfl15 hbox[menu_hbox]
/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dgui-top-window.c1325 ghidgui->menu_hbox = gtk_hbox_new (FALSE, 0); in ghid_build_pcb_top_window()
1326 gtk_box_pack_start (GTK_BOX (ghidgui->top_hbox), ghidgui->menu_hbox, in ghid_build_pcb_top_window()
1330 gtk_box_pack_start (GTK_BOX (ghidgui->menu_hbox), in ghid_build_pcb_top_window()
1614 gtk_widget_set_sensitive (ghidgui->menu_hbox, sensitive); in ghid_interface_set_sensitive()
H A Dgui.h109 *menu_hbox, *position_hbox, member
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui_ed.cc795 menu_hbox.pack_start (*menu_bar, false, false); in build_menu_bar()
810 menu_hbox.pack_end (*ev, true, true, 2); in build_menu_bar()
813 menu_bar_base.add (menu_hbox); in build_menu_bar()
H A Dardour_ui.h597 Gtk::HBox menu_hbox; variable
/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c175 lives_widget_apply_theme2(mainw->menu_hbox, LIVES_WIDGET_STATE_NORMAL, FALSE); in set_colours()
561 mainw->menu_hbox = lives_hbox_new(FALSE, 0); in create_LiVES()
562 lives_box_pack_start(LIVES_BOX(mainw->top_vbox), mainw->menu_hbox, FALSE, FALSE, 0); in create_LiVES()
563 lives_widget_set_valign(mainw->menu_hbox, LIVES_ALIGN_START); in create_LiVES()
571 lives_box_pack_start(LIVES_BOX(mainw->menu_hbox), mainw->menubar, FALSE, FALSE, 0); in create_LiVES()
3136 …lives_box_pack_start(LIVES_BOX(mainw->multitrack->menu_hbox), mainw->multitrack->menubar, FALSE, F… in set_interactive()
3249 lives_widget_hide(mainw->menu_hbox); in fade_background()
3346 lives_widget_show_all(mainw->menu_hbox); in unfade_background()
H A Dmultitrack.h391 LiVESWidget *menu_hbox; member
H A Dmainwindow.h1371 LiVESWidget *menu_hbox; member
H A Dmultitrack.c6181 lives_widget_apply_theme2(mt->menu_hbox, LIVES_WIDGET_STATE_NORMAL, TRUE); in set_mt_colours()
6184 lives_widget_apply_theme(mt->menu_hbox, LIVES_WIDGET_STATE_NORMAL); in set_mt_colours()
6747 mt->menu_hbox = lives_hbox_new(FALSE, 0); in multitrack()
6748 lives_box_pack_start(LIVES_BOX(mt->top_vbox), mt->menu_hbox, FALSE, FALSE, 0); in multitrack()
6758 lives_box_pack_start(LIVES_BOX(mt->menu_hbox), mt->menubar, FALSE, FALSE, 0); in multitrack()
8191 lives_box_pack_end(LIVES_BOX(mt->menu_hbox), mt->btoolbar3, FALSE, FALSE, 0); in multitrack()