Home
last modified time | relevance | path

Searched refs:hseparator4 (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/gtk-gui/
H A DPinta.Effects.LevelsDialog.cs41 private global::Gtk.HSeparator hseparator4; field in Pinta.Effects.LevelsDialog
376 this.hseparator4 = new global::Gtk.HSeparator (); in Build()
377 this.hseparator4.Name = "hseparator4"; in Build()
378 this.hbox5.Add (this.hseparator4); in Build()
379 global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hseparator4])); in Build()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dgtkconnect.c638 GtkWidget *hseparator4; in create_Troubleshooting() local
680 hseparator4 = gtk_hseparator_new (); in create_Troubleshooting()
681 gtk_widget_set_name (hseparator4, "hseparator4"); in create_Troubleshooting()
682 gtk_widget_show (hseparator4); in create_Troubleshooting()
683 gtk_box_pack_start (GTK_BOX (vbox4), hseparator4, TRUE, FALSE, 4); in create_Troubleshooting()
732 GLADE_HOOKUP_OBJECT (Troubleshooting, hseparator4, "hseparator4"); in create_Troubleshooting()
/dports/www/sitecopy/sitecopy-0.16.6/gnome/
H A Dnew_site.c173 GtkWidget *hseparator4; in create_site_druid() local
423 hseparator4 = gtk_hseparator_new(); in create_site_druid()
424 gtk_widget_ref(hseparator4); in create_site_druid()
425 gtk_object_set_data_full(GTK_OBJECT(site_druid), "hseparator4", hseparator4, in create_site_druid()
427 gtk_widget_show(hseparator4); in create_site_druid()
428 gtk_box_pack_start(GTK_BOX(vbox27), hseparator4, TRUE, TRUE, 0); in create_site_druid()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_UnixDialog_Paragraph.cpp872 GtkWidget * hseparator4; in _constructWindowContents() local
887 hseparator4 = gtk_separator_new (GTK_ORIENTATION_HORIZONTAL); in _constructWindowContents()
888 gtk_widget_show (hseparator4); in _constructWindowContents()
889 gtk_box_pack_start (GTK_BOX (hboxPreview), hseparator4, TRUE, TRUE, 0); in _constructWindowContents()
/dports/net-p2p/jigdo/jigdo-0.7.3/src/gtk/
H A Dinterface.cc1491 GtkWidget *hseparator4;
1656 hseparator4 = gtk_hseparator_new ();
1657 gtk_widget_show (hseparator4);
1658 gtk_box_pack_start (GTK_BOX (vbox26), hseparator4, FALSE, FALSE, 0);
1690 GLADE_HOOKUP_OBJECT (settings, hseparator4, "hseparator4");
/dports/audio/xoscope/xoscope-2.0/
H A Dinterface.c1517 GtkWidget *hseparator4; in create_dialog2() local
1913 hseparator4 = gtk_hseparator_new (); in create_dialog2()
1914 gtk_widget_set_name (hseparator4, "hseparator4"); in create_dialog2()
1915 gtk_widget_show (hseparator4); in create_dialog2()
1916 gtk_table_attach (GTK_TABLE (table2), hseparator4, 0, 3, 7, 8, in create_dialog2()
2154 GLADE_HOOKUP_OBJECT (dialog2, hseparator4, "hseparator4"); in create_dialog2()
/dports/emulators/hugo/hugo-2.12/
H A Dinterface.c1560 GtkWidget *hseparator4; in create_window_input_settings() local
2247 hseparator4 = gtk_hseparator_new (); in create_window_input_settings()
2248 gtk_widget_show (hseparator4); in create_window_input_settings()
2249 gtk_box_pack_start (GTK_BOX (vbox7), hseparator4, TRUE, TRUE, 2); in create_window_input_settings()
3459 GLADE_HOOKUP_OBJECT (window_input_settings, hseparator4, "hseparator4"); in create_window_input_settings()
/dports/comms/xnec2c/xnec2c-3.4/src/
H A Dinterface.c917 GtkWidget *hseparator4; in create_freqplots_window() local
1112 hseparator4 = gtk_hseparator_new (); in create_freqplots_window()
1113 gtk_widget_show (hseparator4); in create_freqplots_window()
1114 gtk_box_pack_start (GTK_BOX (vbox2), hseparator4, FALSE, FALSE, 4); in create_freqplots_window()
1327 GLADE_HOOKUP_OBJECT (freqplots_window, hseparator4, "hseparator4"); in create_freqplots_window()