Home
last modified time | relevance | path

Searched refs:hscrollbar_requisition (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/gtk/
H A D0030-gtk-fix-size_request-of-scrolled-window.patch15 GtkRequisition hscrollbar_requisition;
57 requisition->height += hscrollbar_requisition.height;
71 - requisition->width = MAX (requisition->width, hscrollbar_requisition.width);
73 - extra_height = scrollbar_spacing + hscrollbar_requisition.height;
75 + requisition->width = MAX (requisition->width, hscrollbar_requisition.width);
77 + extra_height = scrollbar_spacing + hscrollbar_requisition.height;
H A D0015-Use-gtk-enable-overlay-scrollbars-in-GtkScrolledWind.patch166 GtkRequisition hscrollbar_requisition;
242 GtkRequisition hscrollbar_requisition;
H A D0013-GtkScrolledWindow-add-overlay-scrollbars.patch1563 - requisition->width = MAX (requisition->width, hscrollbar_requisition.width);
1565 - extra_height = scrollbar_spacing + hscrollbar_requisition.height;
1570 + requisition->width = MAX (requisition->width, hscrollbar_requisition.width);
1572 + extra_height = scrollbar_spacing + hscrollbar_requisition.height;
1618 GtkRequisition hscrollbar_requisition;
H A D0026-gtk-port-overlay-scrollbars-to-native-CALayers.patch352 requisition->height += hscrollbar_requisition.height;
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgth-image-navigator.c160 GtkRequisition hscrollbar_requisition; in gth_image_navigator_size_allocate() local
164 gtk_widget_get_preferred_size (self->priv->hscrollbar, &hscrollbar_requisition, NULL); in gth_image_navigator_size_allocate()
174 child_allocation.height = allocation->height - hscrollbar_requisition.height; in gth_image_navigator_size_allocate()
179 viewer_allocation.height -= hscrollbar_requisition.height; in gth_image_navigator_size_allocate()
184 child_allocation.y = allocation->y + allocation->height - hscrollbar_requisition.height; in gth_image_navigator_size_allocate()
186 child_allocation.height = hscrollbar_requisition.height; in gth_image_navigator_size_allocate()
193 child_allocation.y = allocation->y + allocation->height - hscrollbar_requisition.height; in gth_image_navigator_size_allocate()
195 child_allocation.height = hscrollbar_requisition.height; in gth_image_navigator_size_allocate()
H A Dgth-image-viewer.c2487 GtkRequisition hscrollbar_requisition; in gth_image_viewer_needs_scrollbars() local
2489 gtk_widget_get_preferred_size (hscrollbar, &hscrollbar_requisition, NULL); in gth_image_viewer_needs_scrollbars()
2490 visible_height -= hscrollbar_requisition.height; in gth_image_viewer_needs_scrollbars()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkscrolledwindow.c1237 GtkRequisition hscrollbar_requisition; in gtk_scrolled_window_size_request() local
1255 &hscrollbar_requisition); in gtk_scrolled_window_size_request()
1290 requisition->height += hscrollbar_requisition.height; in gtk_scrolled_window_size_request()
1297 requisition->width = MAX (requisition->width, hscrollbar_requisition.width); in gtk_scrolled_window_size_request()
1299 extra_height = scrollbar_spacing + hscrollbar_requisition.height; in gtk_scrolled_window_size_request()
1369 GtkRequisition hscrollbar_requisition; in gtk_scrolled_window_relative_allocation() local
1371 &hscrollbar_requisition); in gtk_scrolled_window_relative_allocation()
1375 allocation->y += (hscrollbar_requisition.height + scrollbar_spacing); in gtk_scrolled_window_relative_allocation()
1465 GtkRequisition hscrollbar_requisition; in gtk_scrolled_window_size_allocate() local
1467 &hscrollbar_requisition); in gtk_scrolled_window_size_allocate()
[all …]
/dports/graphics/gpaint/gpaint-2-0.3.3/src/
H A Dgtkscrollframe.c731 GtkRequisition hscrollbar_requisition; in gtk_scroll_frame_size_allocate() local
733 gtk_widget_get_child_requisition (priv->hsb, &hscrollbar_requisition); in gtk_scroll_frame_size_allocate()
748 child_allocation.height = hscrollbar_requisition.height; in gtk_scroll_frame_size_allocate()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkscrolledwindow.c1818 GtkRequisition hscrollbar_requisition; in gtk_scrolled_window_measure() local
1833 &hscrollbar_requisition, NULL); in gtk_scrolled_window_measure()
1911hscrollbar_requisition.width + sborder.left + sborder.right + vscrollbar_extra_size); in gtk_scrolled_window_measure()
1913hscrollbar_requisition.width + sborder.left + sborder.right + vscrollbar_extra_size); in gtk_scrolled_window_measure()
1917 minimum_req.height += scrollbar_spacing + hscrollbar_requisition.height; in gtk_scrolled_window_measure()
1918 natural_req.height += scrollbar_spacing + hscrollbar_requisition.height; in gtk_scrolled_window_measure()
1927 hscrollbar_extra_size = hscrollbar_requisition.height; in gtk_scrolled_window_measure()