Home
last modified time | relevance | path

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

/GUIX-v6.4.1/tutorials/demo_guix_drop_list/
Ddemo_guix_drop_list.c8 #define DROP_LIST_TOTAL_ROWS 10 macro
25 DROP_LIST_ITEM drop_list_items[DROP_LIST_TOTAL_ROWS];
157 for (index = 0; index < DROP_LIST_TOTAL_ROWS; index++) in populate_drop_list()
/GUIX-v6.4.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c10 #define DROP_LIST_TOTAL_ROWS 31 macro
32 GX_PROMPT drop_list_items[DROP_LIST_TOTAL_ROWS];
260 for (index = 0; index < DROP_LIST_TOTAL_ROWS; index++) in populate_drop_list()
/GUIX-v6.4.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c54 #define DROP_LIST_TOTAL_ROWS 31 macro
57 GX_PROMPT drop_list_items[DROP_LIST_TOTAL_ROWS];
295 for (index = 0; index < DROP_LIST_TOTAL_ROWS; index++) in populate_drop_list()
/GUIX-v6.4.1/test/example_internal/all_widgets_1555xrgb/
Ddemo_guix_all_widgets_1555xrgb.c8 #define DROP_LIST_TOTAL_ROWS 100 macro
53 DROP_LIST_WIDGET drop_list_widgets[DROP_LIST_TOTAL_ROWS];
320 for (index = 0; index < DROP_LIST_TOTAL_ROWS; index++) in PopulateDropList()