Lines Matching refs:scroll_ptr
99 GX_SCROLLBAR *scroll_ptr; in _gx_scrollbar_event_process() local
200 …et_type_find(scrollbar -> gx_widget_parent, GX_TYPE_HORIZONTAL_SCROLL, (GX_WIDGET **)&scroll_ptr); in _gx_scrollbar_event_process()
202 if (scroll_ptr) in _gx_scrollbar_event_process()
204 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process()
206 _gx_scrollbar_size_update(scroll_ptr); in _gx_scrollbar_event_process()
214 …idget_type_find(scrollbar -> gx_widget_parent, GX_TYPE_VERTICAL_SCROLL, (GX_WIDGET **)&scroll_ptr); in _gx_scrollbar_event_process()
216 if (scroll_ptr) in _gx_scrollbar_event_process()
218 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process()
220 _gx_scrollbar_size_update(scroll_ptr); in _gx_scrollbar_event_process()
271 … _gx_widget_type_find((GX_WIDGET *)win, GX_TYPE_HORIZONTAL_SCROLL, (GX_WIDGET **)&scroll_ptr); in _gx_scrollbar_event_process()
273 if (scroll_ptr) in _gx_scrollbar_event_process()
275 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process()
277 _gx_scrollbar_reset(scroll_ptr, GX_NULL); in _gx_scrollbar_event_process()
296 …idget_type_find(scrollbar -> gx_widget_parent, GX_TYPE_VERTICAL_SCROLL, (GX_WIDGET **)&scroll_ptr); in _gx_scrollbar_event_process()
298 if (scroll_ptr) in _gx_scrollbar_event_process()
300 if (scroll_ptr -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_event_process()
302 _gx_scrollbar_reset(scroll_ptr, GX_NULL); in _gx_scrollbar_event_process()