Home
last modified time | relevance | path

Searched refs:vbox2 (Results 1 – 25 of 1472) sorted by relevance

12345678910>>...59

/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dpreferences-dialog.c1102 GtkWidget *vbox2; in prefs_dialog_new() local
1211 GTK_BOX (vbox2)); in prefs_dialog_new()
1232 GTK_BOX (vbox2)); in prefs_dialog_new()
1676 GTK_BOX (vbox2)); in prefs_dialog_new()
1680 GTK_BOX (vbox2)); in prefs_dialog_new()
1729 vbox2 = prefs_frame_new (_("Move Tool"), in prefs_dialog_new()
2824 vbox2 = prefs_frame_new (_("Focus"), in prefs_dialog_new()
2910 vbox2 = prefs_frame_new (_("Space Bar"), in prefs_dialog_new()
3120 vbox2 = prefs_frame_new (_("General"), in prefs_dialog_new()
3188 vbox2 = gimp_controller_list_new (gimp); in prefs_dialog_new()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/examples/spinbutton/
H A Dspinbutton.c53 GtkWidget *vbox2; in main() local
88 vbox2 = gtk_vbox_new (FALSE, 0); in main()
89 gtk_box_pack_start (GTK_BOX (hbox), vbox2, TRUE, TRUE, 5); in main()
101 vbox2 = gtk_vbox_new (FALSE, 0); in main()
102 gtk_box_pack_start (GTK_BOX (hbox), vbox2, TRUE, TRUE, 5); in main()
114 vbox2 = gtk_vbox_new (FALSE, 0); in main()
115 gtk_box_pack_start (GTK_BOX (hbox), vbox2, TRUE, TRUE, 5); in main()
138 vbox2 = gtk_vbox_new (FALSE, 0); in main()
139 gtk_box_pack_start (GTK_BOX (hbox), vbox2, TRUE, TRUE, 5); in main()
152 vbox2 = gtk_vbox_new (FALSE, 0); in main()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Gui/gtk-gui/
H A DMono.Addins.Gui.AddinInstallerDialog.cs7 private global::Gtk.VBox vbox2; field in Mono.Addins.Gui.AddinInstallerDialog
30 this.vbox2 = new global::Gtk.VBox (); in Build()
31 this.vbox2.Name = "vbox2"; in Build()
32 this.vbox2.Spacing = 6; in Build()
33 this.vbox2.BorderWidth = ((uint)(6)); in Build()
39 this.vbox2.Add (this.label1); in Build()
49 this.vbox2.Add (this.label2); in Build()
72 this.vbox2.Add (this.scrolledwindow1); in Build()
79 this.vbox2.Add (this.progressBar); in Build()
84 w1.Add (this.vbox2); in Build()
[all …]
H A DMono.Addins.Gui.ProgressDialog.cs7 private global::Gtk.VBox vbox2; field in Mono.Addins.Gui.ProgressDialog
29 this.vbox2 = new global::Gtk.VBox (); in Build()
30 this.vbox2.Name = "vbox2"; in Build()
31 this.vbox2.Spacing = 6; in Build()
32 this.vbox2.BorderWidth = ((uint)(9)); in Build()
37 this.vbox2.Add (this.labelMessage); in Build()
45 this.vbox2.Add (this.progressbar); in Build()
69 this.vbox2.Add (this.expander1); in Build()
70 global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.expander1])); in Build()
72 w1.Add (this.vbox2); in Build()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpinkoptions-gui.c47 GtkWidget *vbox2; in gimp_ink_options_gui() local
59 vbox2 = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2); in gimp_ink_options_gui()
60 gtk_container_add (GTK_CONTAINER (frame), vbox2); in gimp_ink_options_gui()
61 gtk_widget_show (vbox2); in gimp_ink_options_gui()
66 gtk_box_pack_start (GTK_BOX (vbox2), scale, FALSE, FALSE, 0); in gimp_ink_options_gui()
72 gtk_box_pack_start (GTK_BOX (vbox2), scale, FALSE, FALSE, 0); in gimp_ink_options_gui()
80 vbox2 = gtk_box_new (GTK_ORIENTATION_VERTICAL, 2); in gimp_ink_options_gui()
81 gtk_container_add (GTK_CONTAINER (frame), vbox2); in gimp_ink_options_gui()
82 gtk_widget_show (vbox2); in gimp_ink_options_gui()
87 gtk_box_pack_start (GTK_BOX (vbox2), scale, FALSE, FALSE, 0); in gimp_ink_options_gui()
[all …]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/
H A Dprefs_quote.c96 GtkWidget *vbox2; in prefs_quote_create_widget() local
107 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
108 gtk_widget_show (vbox2); in prefs_quote_create_widget()
109 gtk_container_set_border_width (GTK_CONTAINER (vbox2), VBOX_BORDER); in prefs_quote_create_widget()
113 vbox2, in prefs_quote_create_widget()
122 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
123 gtk_widget_show (vbox2); in prefs_quote_create_widget()
128 vbox2, in prefs_quote_create_widget()
137 vbox2 = gtk_vbox_new (FALSE, VSPACING); in prefs_quote_create_widget()
138 gtk_widget_show (vbox2); in prefs_quote_create_widget()
[all …]

12345678910>>...59