Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_selected_visible.c77 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_selected_visible() local
98 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_selected_visible()
100 if (pScroll) in _gx_horizontal_list_selected_visible()
102 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_selected_visible()
Dgx_vertical_list_selected_visible.c78 GX_SCROLLBAR *pScroll; in _gx_vertical_list_selected_visible() local
99 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_selected_visible()
101 if (pScroll) in _gx_vertical_list_selected_visible()
103 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_selected_visible()
Dgx_horizontal_list_page_index_set.c78 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_page_index_set() local
96 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_page_index_set()
98 if (pScroll) in _gx_horizontal_list_page_index_set()
100 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_page_index_set()
Dgx_vertical_list_page_index_set.c75 GX_SCROLLBAR *pScroll; in _gx_vertical_list_page_index_set() local
92 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_page_index_set()
94 if (pScroll) in _gx_vertical_list_page_index_set()
96 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_page_index_set()
Dgx_horizontal_list_event_process.c103 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_event_process() local
130 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_event_process()
132 if (pScroll) in _gx_horizontal_list_event_process()
134 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_event_process()
249 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_event_process()
251 if (pScroll) in _gx_horizontal_list_event_process()
253 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_event_process()
298 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_event_process()
300 if (pScroll) in _gx_horizontal_list_event_process()
302 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c98 GX_SCROLLBAR *pScroll; in _gx_vertical_list_event_process() local
127 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_event_process()
129 if (pScroll) in _gx_vertical_list_event_process()
131 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_event_process()
245 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_event_process()
247 if (pScroll) in _gx_vertical_list_event_process()
249 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_event_process()
294 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_event_process()
296 if (pScroll) in _gx_vertical_list_event_process()
298 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_event_process()
Dgx_horizontal_list_total_columns_set.c87 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_total_columns_set() local
180 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_total_columns_set()
182 if (pScroll) in _gx_horizontal_list_total_columns_set()
184 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_total_columns_set()
Dgx_vertical_list_total_rows_set.c88 GX_SCROLLBAR *pScroll; in _gx_vertical_list_total_rows_set() local
180 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_total_rows_set()
182 if (pScroll) in _gx_vertical_list_total_rows_set()
184 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_total_rows_set()