Home
last modified time | relevance | path

Searched refs:new_pen_index (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_event_process.c109 INT new_pen_index; in _gx_horizontal_list_event_process() local
202new_pen_index = list -> gx_horizontal_list_top_index + _gx_widget_client_index_get(widget, child); in _gx_horizontal_list_event_process()
203 if (new_pen_index >= list -> gx_horizontal_list_total_columns) in _gx_horizontal_list_event_process()
205 new_pen_index -= list -> gx_horizontal_list_total_columns; in _gx_horizontal_list_event_process()
207 if (new_pen_index == list -> gx_horizontal_list_pen_index) in _gx_horizontal_list_event_process()
Dgx_vertical_list_event_process.c105 INT new_pen_index; in _gx_vertical_list_event_process() local
198new_pen_index = list -> gx_vertical_list_top_index + _gx_widget_client_index_get(widget, child); in _gx_vertical_list_event_process()
199 if (new_pen_index >= list -> gx_vertical_list_total_rows) in _gx_vertical_list_event_process()
201 new_pen_index -= list -> gx_vertical_list_total_rows; in _gx_vertical_list_event_process()
203 if (new_pen_index == list -> gx_vertical_list_pen_index) in _gx_vertical_list_event_process()