Home
last modified time | relevance | path

Searched refs:nvis_children (Results 1 – 19 of 19) sorted by relevance

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkbbox.c475 if (nvis_children) in _gtk_button_box_child_requisition()
476 *nvis_children = nchildren; in _gtk_button_box_child_requisition()
508 gint nvis_children; in gtk_button_box_size_request() local
529 if (nvis_children == 0) in gtk_button_box_size_request()
541 nvis_children*child_width + ((nvis_children+1)*spacing); in gtk_button_box_size_request()
544 nvis_children*child_height + ((nvis_children+1)*spacing); in gtk_button_box_size_request()
553 nvis_children*child_width + ((nvis_children-1)*spacing); in gtk_button_box_size_request()
556 nvis_children*child_height + ((nvis_children-1)*spacing); in gtk_button_box_size_request()
583 gint nvis_children; in gtk_button_box_size_allocate() local
646 if (nvis_children >= 2) in gtk_button_box_size_allocate()
[all …]
H A Dgtkbox.c262 gint nvis_children; in gtk_box_size_request() local
268 nvis_children = 0; in gtk_box_size_request()
305 nvis_children += 1; in gtk_box_size_request()
309 if (nvis_children > 0) in gtk_box_size_request()
338 gint nvis_children = 0; in gtk_box_size_allocate() local
359 nvis_children += 1; in gtk_box_size_allocate()
365 if (nvis_children > 0) in gtk_box_size_allocate()
421 if (nvis_children == 1) in gtk_box_size_allocate()
432 nvis_children -= 1; in gtk_box_size_allocate()
524 if (nvis_children == 1) in gtk_box_size_allocate()
[all …]
H A Dgtkbbox.h99 int *nvis_children,
/dports/x11/fbpanel/fbpanel-6.1/panel/
H A Dgtkbar.c121 gint nvis_children, rows, cols, dim; in gtk_bar_size_request() local
123 nvis_children = 0; in gtk_bar_size_request()
135 nvis_children++; in gtk_bar_size_request()
138 DBG("nvis_children=%d\n", nvis_children); in gtk_bar_size_request()
139 if (!nvis_children) { in gtk_bar_size_request()
144 dim = MIN(bar->dimension, nvis_children); in gtk_bar_size_request()
168 gint nvis_children, tmp, rows, cols, dim; in gtk_bar_size_allocate() local
176 nvis_children = 0; in gtk_bar_size_allocate()
183 nvis_children += 1; in gtk_bar_size_allocate()
186 dim = MIN(bar->dimension, nvis_children); in gtk_bar_size_allocate()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkboxlayout.c266 int nvis_children; in gtk_box_layout_compute_opposite_size() local
283 if (nvis_children <= 0) in gtk_box_layout_compute_opposite_size()
287 sizes = g_newa (GtkRequestedSize, nvis_children); in gtk_box_layout_compute_opposite_size()
314 size_given_to_child = extra_space / nvis_children; in gtk_box_layout_compute_opposite_size()
315 n_extra_widgets = extra_space % nvis_children; in gtk_box_layout_compute_opposite_size()
460 int nvis_children; in gtk_box_layout_allocate() local
480 if (nvis_children <= 0) in gtk_box_layout_allocate()
484 sizes = g_newa (GtkRequestedSize, nvis_children); in gtk_box_layout_allocate()
488 extra_space = width - (nvis_children - 1) * spacing; in gtk_box_layout_allocate()
523 size_given_to_child = extra_space / nvis_children; in gtk_box_layout_allocate()
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-box-layout.c282 gint nvis_children = 0, n_extra_widgets = 0; in get_preferred_size_for_opposite_orientation() local
294 &nvis_children, &nexpand_children); in get_preferred_size_for_opposite_orientation()
296 if (nvis_children < 1) in get_preferred_size_for_opposite_orientation()
308 sizes = g_newa (RequestedSize, nvis_children); in get_preferred_size_for_opposite_orientation()
329 extra = size / nvis_children; in get_preferred_size_for_opposite_orientation()
629 gint nvis_children; in clutter_box_layout_allocate() local
647 nvis_children, in clutter_box_layout_allocate()
651 if (nvis_children <= 0) in clutter_box_layout_allocate()
654 sizes = g_newa (RequestedSize, nvis_children); in clutter_box_layout_allocate()
730 extra = size / nvis_children; in clutter_box_layout_allocate()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkbbox.c768 if (nvis_children) in gtk_button_box_child_requisition()
769 *nvis_children = nchildren; in gtk_button_box_child_requisition()
782 gint nvis_children; in gtk_button_box_size_request() local
808 for (i = 0; i < nvis_children; i++) in gtk_button_box_size_request()
847 if (nvis_children == 0) in gtk_button_box_size_request()
1060 gint nvis_children; in gtk_button_box_allocate() local
1117 n_primaries = nvis_children - n_secondaries; in gtk_button_box_allocate()
1173 if (nvis_children >= 2) in gtk_button_box_allocate()
1179 else if (nvis_children == 1) in gtk_button_box_allocate()
1195 if (nvis_children >= 2) in gtk_button_box_allocate()
[all …]
H A Dgtkbox.c500 gint nvis_children; in gtk_box_size_allocate_no_center() local
524 if (nvis_children <= 0) in gtk_box_size_allocate_no_center()
596 extra = size / nvis_children; in gtk_box_size_allocate_no_center()
1580 gint nvis_children; in gtk_box_get_size() local
1597 nvis_children = 0; in gtk_box_get_size()
1662 nvis_children += 1; in gtk_box_get_size()
1677 minimum *= nvis_children; in gtk_box_get_size()
1678 natural *= nvis_children; in gtk_box_get_size()
1771 if (nvis_children <= 0) in gtk_box_compute_size_for_opposing_orientation()
2005 nvis_children += 1; in gtk_box_compute_size_for_orientation()
[all …]
H A Dgtkheaderbar.c651 gint nvis_children; in gtk_header_bar_get_size() local
656 nvis_children = 0; in gtk_header_bar_get_size()
663 nvis_children += 1; in gtk_header_bar_get_size()
730 gint nvis_children; in gtk_header_bar_compute_size_for_orientation() local
732 nvis_children = 0; in gtk_header_bar_compute_size_for_orientation()
773 nvis_children += 1; in gtk_header_bar_compute_size_for_orientation()
782 nvis_children += 1; in gtk_header_bar_compute_size_for_orientation()
785 if (nvis_children > 0) in gtk_header_bar_compute_size_for_orientation()
805 gint nvis_children; in gtk_header_bar_compute_size_for_opposing_orientation() local
819 if (nvis_children <= 0) in gtk_header_bar_compute_size_for_opposing_orientation()
[all …]
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-box-layout.c576 gint nvis_children = 0, n_extra_widgets = 0; in get_preferred_size_for_opposite_orientation() local
588 &nvis_children, &nexpand_children); in get_preferred_size_for_opposite_orientation()
590 if (nvis_children < 1) in get_preferred_size_for_opposite_orientation()
602 sizes = g_newa (RequestedSize, nvis_children); in get_preferred_size_for_opposite_orientation()
623 extra = size / nvis_children; in get_preferred_size_for_opposite_orientation()
954 gint nvis_children; in clutter_box_layout_allocate() local
972 nvis_children, in clutter_box_layout_allocate()
976 if (nvis_children <= 0) in clutter_box_layout_allocate()
979 sizes = g_newa (RequestedSize, nvis_children); in clutter_box_layout_allocate()
1055 extra = size / nvis_children; in clutter_box_layout_allocate()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-box-layout.c576 gint nvis_children = 0, n_extra_widgets = 0; in get_preferred_size_for_opposite_orientation() local
588 &nvis_children, &nexpand_children); in get_preferred_size_for_opposite_orientation()
590 if (nvis_children < 1) in get_preferred_size_for_opposite_orientation()
602 sizes = g_newa (RequestedSize, nvis_children); in get_preferred_size_for_opposite_orientation()
623 extra = size / nvis_children; in get_preferred_size_for_opposite_orientation()
954 gint nvis_children; in clutter_box_layout_allocate() local
972 nvis_children, in clutter_box_layout_allocate()
976 if (nvis_children <= 0) in clutter_box_layout_allocate()
979 sizes = g_newa (RequestedSize, nvis_children); in clutter_box_layout_allocate()
1055 extra = size / nvis_children; in clutter_box_layout_allocate()
[all …]
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-header-bar.c809 gint nvis_children = 0; in hdy_header_bar_compute_size_for_orientation() local
821 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
845 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
853 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
873 gint nvis_children; in hdy_header_bar_compute_size_for_opposing_orientation() local
884 nvis_children = count_visible_children (self); in hdy_header_bar_compute_size_for_opposing_orientation()
886 if (nvis_children <= 0) in hdy_header_bar_compute_size_for_opposing_orientation()
1148 gint nvis_children; in get_loose_centering_allocations() local
1162 nvis_children = count_visible_children (self); in get_loose_centering_allocations()
1419 gint nvis_children; in hdy_header_bar_size_allocate() local
[all …]
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-header-bar.c809 gint nvis_children = 0; in hdy_header_bar_compute_size_for_orientation() local
821 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
845 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
853 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
873 gint nvis_children; in hdy_header_bar_compute_size_for_opposing_orientation() local
884 nvis_children = count_visible_children (self); in hdy_header_bar_compute_size_for_opposing_orientation()
886 if (nvis_children <= 0) in hdy_header_bar_compute_size_for_opposing_orientation()
1148 gint nvis_children; in get_loose_centering_allocations() local
1163 nvis_children = count_visible_children (self); in get_loose_centering_allocations()
1422 gint nvis_children; in hdy_header_bar_size_allocate() local
[all …]
/dports/x11-toolkits/libhandy0/libhandy-7a193d7692c9c76a1a94f17c4d30b585f77d177c/src/
H A Dhdy-header-bar.c802 gint nvis_children = 0; in hdy_header_bar_compute_size_for_orientation() local
814 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
838 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
846 nvis_children += 1; in hdy_header_bar_compute_size_for_orientation()
866 gint nvis_children; in hdy_header_bar_compute_size_for_opposing_orientation() local
878 nvis_children = count_visible_children (self); in hdy_header_bar_compute_size_for_opposing_orientation()
880 if (nvis_children <= 0) in hdy_header_bar_compute_size_for_opposing_orientation()
1158 gint nvis_children; in get_loose_centering_allocations() local
1173 nvis_children = count_visible_children (self); in get_loose_centering_allocations()
1431 gint nvis_children; in hdy_header_bar_size_allocate() local
[all …]
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkButtonBox.xs54 ##void _gtk_button_box_child_requisition (GtkWidget *widget, int *nvis_children, int *nvis_secondar…
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkbbox.inc56 procedure _gtk_button_box_child_requisition(widget:PGtkWidget; nvis_children:Plongint; nvis_seconda…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkbbox.inc56 procedure _gtk_button_box_child_requisition(widget:PGtkWidget; nvis_children:Plongint; nvis_seconda…
/dports/lang/qscheme/qscheme-0.5.1/sgtk/
H A Dgtkdefs.c944 int* nvis_children; in sgtk_button_box_child_requisition() local
952 gtk_button_box_child_requisition(widget, nvis_children, width, height); in sgtk_button_box_child_requisition()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dgtk.defs1619 '("int*" "nvis_children")