Searched refs:pScroll (Results 1 – 8 of 8) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_horizontal_list_selected_visible.c | 77 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()
|
D | gx_vertical_list_selected_visible.c | 78 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()
|
D | gx_horizontal_list_page_index_set.c | 78 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()
|
D | gx_vertical_list_page_index_set.c | 75 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()
|
D | gx_horizontal_list_event_process.c | 103 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()
|
D | gx_vertical_list_event_process.c | 98 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()
|
D | gx_horizontal_list_total_columns_set.c | 87 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()
|
D | gx_vertical_list_total_rows_set.c | 88 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()
|