Home
last modified time | relevance | path

Searched refs:hbox104 (Results 1 – 3 of 3) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/converter/
H A Dinterface.c355 GtkWidget *hbox104; in create_convpreset_editor() local
489 hbox104 = gtk_hbox_new (FALSE, 0); in create_convpreset_editor()
490 gtk_widget_show (hbox104); in create_convpreset_editor()
491 gtk_table_attach (GTK_TABLE (table2), hbox104, 0, 1, 0, 1, in create_convpreset_editor()
497 gtk_box_pack_start (GTK_BOX (hbox104), id3v2, FALSE, FALSE, 0); in create_convpreset_editor()
501 gtk_box_pack_start (GTK_BOX (hbox104), id3v2_version, TRUE, TRUE, 0); in create_convpreset_editor()
554 GLADE_HOOKUP_OBJECT (convpreset_editor, hbox104, "hbox104"); in create_convpreset_editor()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gtkui/
H A Dinterface.c1679 GtkWidget *hbox104; in create_prefwin() local
2633 hbox104 = gtk_hbox_new (FALSE, 8); in create_prefwin()
2634 gtk_widget_show (hbox104); in create_prefwin()
2635 gtk_box_pack_start (GTK_BOX (vbox11), hbox104, FALSE, TRUE, 0); in create_prefwin()
2639 gtk_box_pack_start (GTK_BOX (hbox104), label131, FALSE, FALSE, 0); in create_prefwin()
2643 gtk_box_pack_start (GTK_BOX (hbox104), useragent, TRUE, TRUE, 0); in create_prefwin()
3347 GLADE_HOOKUP_OBJECT (prefwin, hbox104, "hbox104"); in create_prefwin()
/dports/polish/tleenx2/TleenX2-20040214/src/
H A Dinterface.c4772 GtkWidget *hbox104; in create_window_webmsg() local
4854 hbox104 = gtk_hbox_new (FALSE, 2); in create_window_webmsg()
4855 gtk_widget_show (hbox104); in create_window_webmsg()
4856 gtk_container_add (GTK_CONTAINER (alignment36), hbox104); in create_window_webmsg()
4860 gtk_box_pack_start (GTK_BOX (hbox104), image57, FALSE, FALSE, 0); in create_window_webmsg()
4864 gtk_box_pack_start (GTK_BOX (hbox104), label124, FALSE, FALSE, 0); in create_window_webmsg()
4890 GLADE_HOOKUP_OBJECT (window_webmsg, hbox104, "hbox104"); in create_window_webmsg()