Home
last modified time | relevance | path

Searched refs:hbox99 (Results 1 – 4 of 4) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dinterface.c66 GtkWidget *hbox99; in create_converterdlg() local
220 hbox99 = gtk_hbox_new (FALSE, 8); in create_converterdlg()
221 gtk_widget_show (hbox99); in create_converterdlg()
222 gtk_box_pack_start (GTK_BOX (vbox26), hbox99, TRUE, TRUE, 0); in create_converterdlg()
226 gtk_box_pack_start (GTK_BOX (hbox99), label121, FALSE, FALSE, 0); in create_converterdlg()
230 gtk_box_pack_start (GTK_BOX (hbox99), overwrite_action, TRUE, TRUE, 0); in create_converterdlg()
317 GLADE_HOOKUP_OBJECT (converterdlg, hbox99, "hbox99"); in create_converterdlg()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_calc.c629 GtkWidget *hbox99; in calendar_create_calc_window() local
667 hbox99 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); in calendar_create_calc_window()
668 gtk_widget_show (hbox99); in calendar_create_calc_window()
669 gtk_box_pack_start (GTK_BOX (vbox2), hbox99, FALSE, FALSE, 0); in calendar_create_calc_window()
673 gtk_box_pack_start (GTK_BOX (hbox99), vbox99, FALSE, FALSE, 0); in calendar_create_calc_window()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dinterface.c1012 GtkWidget *hbox99; in create_trackproperties() local
1091 hbox99 = gtk_hbox_new (FALSE, 2); in create_trackproperties()
1092 gtk_widget_show (hbox99); in create_trackproperties()
1093 gtk_container_add (GTK_CONTAINER (alignment24), hbox99); in create_trackproperties()
1097 gtk_box_pack_start (GTK_BOX (hbox99), image522, FALSE, FALSE, 0); in create_trackproperties()
1101 gtk_box_pack_start (GTK_BOX (hbox99), label123, FALSE, FALSE, 0); in create_trackproperties()
1240 GLADE_HOOKUP_OBJECT (trackproperties, hbox99, "hbox99"); in create_trackproperties()
/dports/polish/tleenx2/TleenX2-20040214/src/
H A Dinterface.c4565 GtkWidget *hbox99; in create_window_contacts() local
4603 hbox99 = gtk_hbox_new (TRUE, 4); in create_window_contacts()
4604 gtk_widget_show (hbox99); in create_window_contacts()
4605 gtk_box_pack_end (GTK_BOX (hbox98), hbox99, FALSE, FALSE, 0); in create_window_contacts()
4609 gtk_box_pack_start (GTK_BOX (hbox99), hbox121, TRUE, TRUE, 0); in create_window_contacts()
4645 GLADE_HOOKUP_OBJECT (window_contacts, hbox99, "hbox99"); in create_window_contacts()