Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_scrollbar_value_calculate.c98 scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min); in _gx_scrollbar_value_calculate()
107 scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min); in _gx_scrollbar_value_calculate()
115 scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min; in _gx_scrollbar_value_calculate()
Dgx_scroll_thumb_shift_limit.c97 …minlimit = parentsize.gx_rectangle_top + bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min; in _gx_scroll_thumb_shift_limit()
121 …inlimit = parentsize.gx_rectangle_left + bar -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min; in _gx_scroll_thumb_shift_limit()
Dgx_scrollbar_thumb_position_calculate.c119 scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min; in _gx_scrollbar_thumb_position_calculate()
190 … scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min + space); in _gx_scrollbar_thumb_position_calculate()
199 … scroll -> gx_scrollbar_appearance.gx_scroll_thumb_travel_min + space); in _gx_scrollbar_thumb_position_calculate()
Dgx_system_initialize.c140 _gx_system_vertical_scrollbar_appearance.gx_scroll_thumb_travel_min = 20; in _gx_system_initialize()
Dgx_binres_theme_load.c105 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_vscroll_appearance.gx_scroll_thumb_travel_min, i… in _gx_binres_theme_header_load()
141 …GX_BINRES_READ_GX_VALUE(header -> gx_theme_header_hscroll_appearance.gx_scroll_thumb_travel_min, i… in _gx_binres_theme_header_load()
/GUIX-v6.2.1/tutorials/demo_guix_drop_list/
Ddemo_guix_drop_list.c164 scrollbar_appearance.gx_scroll_thumb_travel_min = 4; in populate_drop_list()
/GUIX-v6.2.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c269 scrollbar_appearance.gx_scroll_thumb_travel_min = 4; in populate_drop_list()
/GUIX-v6.2.1/samples/demo_guix_widget_types/
Ddemo_guix_widget_types.c431 sa.gx_scroll_thumb_travel_min = 4; in PopulateDropList()
/GUIX-v6.2.1/common/inc/
Dgx_api.h1470 GX_VALUE gx_scroll_thumb_travel_min; member