Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrange.c2566 GtkAllocation slider_alloc, trough_alloc; in coord_to_value() local
2569 gtk_css_gadget_get_content_box (priv->trough_gadget, &trough_alloc); in coord_to_value()
2573 trough_length = trough_alloc.height; in coord_to_value()
2574 trough_start = trough_alloc.y; in coord_to_value()
2579 trough_length = trough_alloc.width; in coord_to_value()
2580 trough_start = trough_alloc.x; in coord_to_value()
2869 GtkAllocation trough_alloc; in update_slider_position() local
2874 trough_alloc.height : trough_alloc.width) / in update_slider_position()
3491 GdkRectangle trough_alloc, slider_alloc, slider_trace; in gtk_range_update_mouse_location() local
3498 gtk_css_gadget_get_border_box (priv->trough_gadget, &trough_alloc); in gtk_range_update_mouse_location()
[all …]