Home
last modified time | relevance | path

Searched refs:vboxes (Results 1 – 25 of 103) sorted by relevance

12345

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dpartialpastedlg.cc142 Gtk::VBox* vboxes[8]; in PartialPasteDlg() local
146 vboxes[i] = Gtk::manage (new Gtk::VBox ()); in PartialPasteDlg()
155 vboxes[0]->pack_start (*wb, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
157 vboxes[0]->pack_start (*sh, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
158 vboxes[0]->pack_start (*epd, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
180 vboxes[2]->pack_start (*icm, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
191 vboxes[3]->pack_start (*lens, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
196 vboxes[3]->pack_start (*lcp, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
203 vboxes[4]->pack_start (*crop, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
217 vboxes[6]->pack_start (*meta, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
[all …]
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dpartialpastedlg.cc122 Gtk::VBox *vboxes[9]; in PartialPasteDlg() local
126 vboxes[i] = Gtk::manage(new Gtk::VBox()); in PartialPasteDlg()
127 vboxes[i]->set_name("PartialPasteGroupContainer"); in PartialPasteDlg()
137 vbCol1->pack_start(*vboxes[i], Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
141 vbCol2->pack_start(*vboxes[i], Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
145 vbCol3->pack_start(*vboxes[i], Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
181 vboxes[i]->pack_start(*b, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
182 vboxes[i]->pack_start(*hseps[i], Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
196 vboxes[i]->pack_start(*b, Gtk::PACK_SHRINK, 2); in PartialPasteDlg()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Doptiondlg.c45 GtkWidget **vboxes; /* Category boxes. */ member
374 pdialog->vboxes = fc_calloc(CATEGORY_NUM, sizeof(*pdialog->vboxes)); in option_dialog_new()
430 free(pdialog->vboxes); in option_dialog_destroy()
496 if (NULL == pdialog->vboxes[category]) { in option_dialog_option_add()
512 pdialog->vboxes[category] = gtk_grid_new(); in option_dialog_option_add()
513 gtk_orientable_set_orientation(GTK_ORIENTABLE(pdialog->vboxes[category]), in option_dialog_option_add()
515 g_object_set(pdialog->vboxes[category], "margin", 8, NULL); in option_dialog_option_add()
516 gtk_widget_set_hexpand(pdialog->vboxes[category], TRUE); in option_dialog_option_add()
517 gtk_container_add(GTK_CONTAINER(sw), pdialog->vboxes[category]); in option_dialog_option_add()
525 gtk_container_add(GTK_CONTAINER(pdialog->vboxes[category]), ebox); in option_dialog_option_add()
[all …]
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Doptiondlg.c45 GtkWidget **vboxes; /* Category boxes. */ member
367 pdialog->vboxes = fc_calloc(CATEGORY_NUM, sizeof(*pdialog->vboxes)); in option_dialog_new()
423 free(pdialog->vboxes); in option_dialog_destroy()
489 if (NULL == pdialog->vboxes[category]) { in option_dialog_option_add()
505 pdialog->vboxes[category] = gtk_grid_new(); in option_dialog_option_add()
506 gtk_orientable_set_orientation(GTK_ORIENTABLE(pdialog->vboxes[category]), in option_dialog_option_add()
508 g_object_set(pdialog->vboxes[category], "margin", 8, NULL); in option_dialog_option_add()
509 gtk_widget_set_hexpand(pdialog->vboxes[category], TRUE); in option_dialog_option_add()
510 gtk_container_add(GTK_CONTAINER(sw), pdialog->vboxes[category]); in option_dialog_option_add()
518 gtk_container_add(GTK_CONTAINER(pdialog->vboxes[category]), ebox); in option_dialog_option_add()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Doptiondlg.c45 GtkWidget **vboxes; /* Category boxes. */ member
374 pdialog->vboxes = fc_calloc(CATEGORY_NUM, sizeof(*pdialog->vboxes)); in option_dialog_new()
430 free(pdialog->vboxes); in option_dialog_destroy()
496 if (NULL == pdialog->vboxes[category]) { in option_dialog_option_add()
512 pdialog->vboxes[category] = gtk_grid_new(); in option_dialog_option_add()
513 gtk_orientable_set_orientation(GTK_ORIENTABLE(pdialog->vboxes[category]), in option_dialog_option_add()
515 g_object_set(pdialog->vboxes[category], "margin", 8, NULL); in option_dialog_option_add()
516 gtk_widget_set_hexpand(pdialog->vboxes[category], TRUE); in option_dialog_option_add()
517 gtk_container_add(GTK_CONTAINER(sw), pdialog->vboxes[category]); in option_dialog_option_add()
525 gtk_container_add(GTK_CONTAINER(pdialog->vboxes[category]), ebox); in option_dialog_option_add()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Doptiondlg.c45 GtkWidget **vboxes; /* Category boxes. */ member
367 pdialog->vboxes = fc_calloc(CATEGORY_NUM, sizeof(*pdialog->vboxes)); in option_dialog_new()
423 free(pdialog->vboxes); in option_dialog_destroy()
489 if (NULL == pdialog->vboxes[category]) { in option_dialog_option_add()
505 pdialog->vboxes[category] = gtk_grid_new(); in option_dialog_option_add()
506 gtk_orientable_set_orientation(GTK_ORIENTABLE(pdialog->vboxes[category]), in option_dialog_option_add()
508 g_object_set(pdialog->vboxes[category], "margin", 8, NULL); in option_dialog_option_add()
509 gtk_widget_set_hexpand(pdialog->vboxes[category], TRUE); in option_dialog_option_add()
510 gtk_container_add(GTK_CONTAINER(sw), pdialog->vboxes[category]); in option_dialog_option_add()
518 gtk_container_add(GTK_CONTAINER(pdialog->vboxes[category]), ebox); in option_dialog_option_add()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Doptiondlg.c45 GtkWidget **vboxes; /* Category boxes. */ member
372 pdialog->vboxes = fc_calloc(CATEGORY_NUM, sizeof(*pdialog->vboxes)); in option_dialog_new()
428 free(pdialog->vboxes); in option_dialog_destroy()
494 if (NULL == pdialog->vboxes[category]) { in option_dialog_option_add()
514 pdialog->vboxes[category] = gtk_vbox_new(FALSE, 0); in option_dialog_option_add()
515 gtk_container_add(GTK_CONTAINER(align), pdialog->vboxes[category]); in option_dialog_option_add()
523 gtk_box_pack_start(GTK_BOX(pdialog->vboxes[category]), ebox, in option_dialog_option_add()
680 pdialog->vboxes[category] = NULL; in option_dialog_option_remove()
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Doptiondlg.c45 GtkWidget **vboxes; /* Category boxes. */ member
372 pdialog->vboxes = fc_calloc(CATEGORY_NUM, sizeof(*pdialog->vboxes)); in option_dialog_new()
428 free(pdialog->vboxes); in option_dialog_destroy()
494 if (NULL == pdialog->vboxes[category]) { in option_dialog_option_add()
514 pdialog->vboxes[category] = gtk_vbox_new(FALSE, 0); in option_dialog_option_add()
515 gtk_container_add(GTK_CONTAINER(align), pdialog->vboxes[category]); in option_dialog_option_add()
523 gtk_box_pack_start(GTK_BOX(pdialog->vboxes[category]), ebox, in option_dialog_option_add()
680 pdialog->vboxes[category] = NULL; in option_dialog_option_remove()
/dports/games/battletanks/btanks-0.9.8083/engine/menu/
H A Dscroll_list.cpp236 int vboxes = boxes * _scroller_area.h / total_h - 2; in render() local
237 if (vboxes < 0) in render()
238 vboxes = 0; in render()
241 _scroll_mul = 1.0f * (_scroller_area.h - (vboxes + 2) * scroller_h) / (total_h - _items_area.h); in render()
248 for(int i = 0; i < vboxes; ++i, yp += scroller_h) { in render()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/plugins/
H A Ddebug.c107 static GtkWidget **vboxes; variable
666 vboxes = (GtkWidget **)malloc(sizeof(GtkWidget *) * reg_length); in alloc_widget_arrays()
686 free(vboxes); in free_widget_arrays()
995 gtk_widget_set_tooltip_text(vboxes[i], ""); in draw_reg_map()
1070 gtk_widget_set_tooltip_text(vboxes[p_bit->offset], p_bit->description); in draw_reg_map()
1169 vboxes[i] = gtk_vbox_new(FALSE, 0); in create_reg_map()
1170 gtk_container_add((GtkContainer *)elem_frames[i], vboxes[i]); in create_reg_map()
1173 gtk_box_pack_start((GtkBox *)vboxes[i], hboxes[i], FALSE, in create_reg_map()
1186 gtk_box_pack_start((GtkBox *)vboxes[i], bit_comboboxes[i], in create_reg_map()
1193 gtk_box_pack_start((GtkBox *)vboxes[i], bit_spinbuttons[i], in create_reg_map()
[all …]
/dports/games/libretro-hatari/hatari-561c07e/python-ui/
H A Ddialogs.py802 vboxes = []
804 vboxes.append(gtk.VBox())
805 hbox2.add(vboxes[idx])
814 vboxes[count/per_side].pack_start(widget, False, True)
/dports/emulators/hatari/hatari-2.2.1/python-ui/
H A Ddialogs.py827 vboxes = []
829 vboxes.append(Gtk.VBox())
830 hbox2.add(vboxes[idx])
839 vboxes[count//per_side].pack_start(widget, False, True, 0)
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-table-config.c880 const gchar *vboxes[] = {"vbox7", "vbox9", "vbox11", "vbox13", NULL}; in configure_group_dialog() local
889 GTK_BOX (e_builder_get_widget (builder, vboxes[i])), in configure_group_dialog()
/dports/arabic/arabtex/ar-arabtex-3.11_6/tex/latex/arabtex/
H A Daedpatch.sty67 % guard against some overfull \vboxes !
/dports/benchmarks/fio/fio-3.29/
H A Dgoptions.c83 GtkWidget *vboxes[__FIO_OPT_C_NR]; member
1143 GtkWidget *vbox = gjv->vboxes[ffz64(~og->mask)]; in gopt_add_options()
1199 gjv->vboxes[i] = gopt_add_group_tab(notebook, og); in gopt_add_group_tabs()
/dports/misc/lifelines/lifelines-3.1.1/reports/pedtex/
H A Dtree.tex51 % and \vboxes.
/dports/misc/lifelines/lifelines-3.1.1/reports/
H A Dtree.tex51 % and \vboxes.
/dports/misc/lifelines/lifelines-3.1.1/reports/desc-tex2/
H A Dtree.tex51 % and \vboxes.
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/arabic/
H A Dscreens.rpy329 …old "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
330 …new "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
/dports/games/crossfire-client/crossfire-client-1.75.1/gtk-v2/
H A DREADME298 elements (hboxes, vboxes, notebooks, etc). A player should generally have
324 and does not let you visually see an select an empty cell (vboxes have been
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/german/
H A Dscreens.rpy329 …old "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
330 …new "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/tchinese/
H A Dscreens.rpy329 …old "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
330 …new "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/vietnamese/
H A Dscreens.rpy329 …old "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
330 …new "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/greek/
H A Dscreens.rpy329 …old "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
330 …new "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
/dports/games/renpy/renpy-7.4.11-sdk/launcher/game/tl/finnish/
H A Dscreens.rpy329 …old "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…
330 …new "## Additional vboxes of type \"radio_pref\" or \"check_pref\" can be added here, to add addit…

12345