Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrange.c1895 gboolean trough_under_steppers; in gtk_range_expose() local
1910 trough_under_steppers = FALSE; in gtk_range_expose()
1912 if (! trough_under_steppers) in gtk_range_expose()
2247 gint trough_under_steppers; in coord_to_value() local
2265 if (! trough_under_steppers) in coord_to_value()
3097 if (trough_under_steppers) in gtk_range_get_props()
3340 gboolean trough_under_steppers; in gtk_range_calc_layout() local
3400 if (trough_under_steppers) in gtk_range_calc_layout()
3496 if (! trough_under_steppers) in gtk_range_calc_layout()
3547 if (trough_under_steppers) in gtk_range_calc_layout()
[all …]
/dports/x11-themes/gtk-engines2/gtk-engines-2.20.2/engines/clearlooks/src/
H A Dclearlooks_style.c743 gboolean trough_under_steppers = TRUE; in clearlooks_style_draw_box() local
763 "trough-under-steppers", &trough_under_steppers, in clearlooks_style_draw_box()
766 if (trough_under_steppers) in clearlooks_style_draw_box()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp1677 gboolean trough_under_steppers = true; in drawComplexControl() local
1686 "trough-under-steppers", &trough_under_steppers, in drawComplexControl()
1690 if (trough_under_steppers) { in drawComplexControl()
1728 if (trough_under_steppers) in drawComplexControl()
1748 if (trough_under_steppers) { in drawComplexControl()
/dports/x11-themes/gtk-murrine-engine/murrine-0.98.2/src/
H A Dmurrine_style.c1453 int trough_under_steppers = 1; in murrine_style_draw_box() local
1457 "trough-under-steppers", &trough_under_steppers, in murrine_style_draw_box()
1461 trough_under_steppers == 0 || in murrine_style_draw_box()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp2129 gboolean trough_under_steppers = true; in drawComplexControl() local
2138 "trough-under-steppers", &trough_under_steppers, in drawComplexControl()
2142 if (trough_under_steppers) { in drawComplexControl()
2179 if (trough_under_steppers) in drawComplexControl()
2199 if (trough_under_steppers) { in drawComplexControl()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-12-0668577 [GTK] ScrollbarThemeGtk should account for the trough_under_steppers property
68585 if the style specifies trough_under_steppers.
68586 (WebCore::ScrollbarThemeGtk::paint): If the theme specifies trough_under_steppers,
73485 Expose the trough_under_steppers property in MozGtkScrollbarMetrics.
73489 … * platform/gtk/gtk2drawing.c: Set the trough_under_steppers member when accessing theme data.
73490 * platform/gtk/gtkdrawing.h: Add the trough_under_steppers member.