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_event_process.c102 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_event_process() local
129 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_event_process()
131 if (pScroll) in _gx_horizontal_list_event_process()
133 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_event_process()
248 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_event_process()
250 if (pScroll) in _gx_horizontal_list_event_process()
252 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_event_process()
297 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_event_process()
299 if (pScroll) in _gx_horizontal_list_event_process()
301 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c97 GX_SCROLLBAR *pScroll; in _gx_vertical_list_event_process() local
126 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_event_process()
128 if (pScroll) in _gx_vertical_list_event_process()
130 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_event_process()
244 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_event_process()
246 if (pScroll) in _gx_vertical_list_event_process()
248 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_event_process()
293 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_event_process()
295 if (pScroll) in _gx_vertical_list_event_process()
297 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_event_process()
Dgx_vertical_list_selected_visible.c77 GX_SCROLLBAR *pScroll; in _gx_vertical_list_selected_visible() local
98 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_selected_visible()
100 if (pScroll) in _gx_vertical_list_selected_visible()
102 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_selected_visible()
Dgx_horizontal_list_selected_visible.c76 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_selected_visible() local
97 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_selected_visible()
99 if (pScroll) in _gx_horizontal_list_selected_visible()
101 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_selected_visible()
Dgx_horizontal_list_page_index_set.c77 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_page_index_set() local
95 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_page_index_set()
97 if (pScroll) in _gx_horizontal_list_page_index_set()
99 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_page_index_set()
Dgx_vertical_list_page_index_set.c74 GX_SCROLLBAR *pScroll; in _gx_vertical_list_page_index_set() local
91 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_page_index_set()
93 if (pScroll) in _gx_vertical_list_page_index_set()
95 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_page_index_set()
Dgx_horizontal_list_total_columns_set.c86 GX_SCROLLBAR *pScroll; in _gx_horizontal_list_total_columns_set() local
179 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_HORIZONTAL_SCROLL, &pScroll); in _gx_horizontal_list_total_columns_set()
181 if (pScroll) in _gx_horizontal_list_total_columns_set()
183 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_horizontal_list_total_columns_set()
Dgx_vertical_list_total_rows_set.c87 GX_SCROLLBAR *pScroll; in _gx_vertical_list_total_rows_set() local
179 _gx_window_scrollbar_find((GX_WINDOW *)list, GX_TYPE_VERTICAL_SCROLL, &pScroll); in _gx_vertical_list_total_rows_set()
181 if (pScroll) in _gx_vertical_list_total_rows_set()
183 _gx_scrollbar_reset(pScroll, GX_NULL); in _gx_vertical_list_total_rows_set()