Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_horizontal_list_selected_set.c89 INT right_index; in _gx_horizontal_list_selected_set() local
122 right_index = left_index + horizontal_list -> gx_horizontal_list_child_count - 1; in _gx_horizontal_list_selected_set()
125 if (right_index >= horizontal_list -> gx_horizontal_list_total_columns) in _gx_horizontal_list_selected_set()
127 right_index -= horizontal_list -> gx_horizontal_list_total_columns; in _gx_horizontal_list_selected_set()
133 else if (index <= right_index) in _gx_horizontal_list_selected_set()
149 else if (index > right_index) in _gx_horizontal_list_selected_set()