Home
last modified time | relevance | path

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

/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp2211 GtkAllocation vAllocation; in drawComplexControl() local
2212 vAllocation.y = scrollBarAddLine.top(); in drawComplexControl()
2213 vAllocation.height = scrollBarAddLine.height() - rect.height() + 6; in drawComplexControl()
2214 gtk_widget_set_allocation(gtkVScrollBar, &vAllocation); in drawComplexControl()
2243 GtkAllocation vAllocation; in drawComplexControl() local
2244 vAllocation.y = 0; in drawComplexControl()
2245 vAllocation.height = scrollBarSubLine.height(); in drawComplexControl()
2246 gtk_widget_set_allocation(gtkVScrollBar, &vAllocation); in drawComplexControl()