Lines Matching refs:scrollbar
74 UINT _gx_scrollbar_value_set(GX_SCROLLBAR *scrollbar, INT value) in _gx_scrollbar_value_set() argument
79 old_value = scrollbar -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_value_set()
81 scrollbar -> gx_scrollbar_info.gx_scroll_value = value; in _gx_scrollbar_value_set()
82 _gx_scrollbar_limit_check(scrollbar); in _gx_scrollbar_value_set()
84 if (old_value != scrollbar ->gx_scrollbar_info.gx_scroll_value) in _gx_scrollbar_value_set()
86 _gx_scrollbar_thumb_position_calculate(scrollbar); in _gx_scrollbar_value_set()
88 … newevent.gx_event_payload.gx_event_intdata[0] = scrollbar -> gx_scrollbar_info.gx_scroll_value; in _gx_scrollbar_value_set()
90 newevent.gx_event_sender = scrollbar -> gx_widget_id; in _gx_scrollbar_value_set()
92 if (scrollbar -> gx_widget_style & GX_SCROLLBAR_VERTICAL) in _gx_scrollbar_value_set()
100 newevent.gx_event_target = scrollbar -> gx_widget_parent; in _gx_scrollbar_value_set()
103 if (scrollbar -> gx_widget_status & GX_STATUS_VISIBLE) in _gx_scrollbar_value_set()
105 _gx_system_dirty_mark((GX_WIDGET *)scrollbar); in _gx_scrollbar_value_set()