| /GUIX-v6.2.1/common/src/ |
| D | gx_vertical_list_scroll.c | 76 if (!(list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_vertical_list_invisible_page_scroll() 123 if (list -> gx_widget_style & GX_STYLE_WRAP) in _gx_vertical_list_invisible_page_scroll() 210 …t_child_count < list -> gx_vertical_list_total_rows) || (list -> gx_widget_style & GX_STYLE_WRAP))) in _gx_vertical_list_scroll() 283 if (!(list -> gx_widget_style & (GX_STYLE_WRAP | GX_STYLE_TRANSPARENT)) && in _gx_vertical_list_scroll()
|
| D | gx_horizontal_list_scroll.c | 76 if (!(list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_horizontal_list_invisible_page_scroll() 123 if (list -> gx_widget_style & GX_STYLE_WRAP) in _gx_horizontal_list_invisible_page_scroll() 211 …ld_count < list -> gx_horizontal_list_total_columns) || (list -> gx_widget_style & GX_STYLE_WRAP))) in _gx_horizontal_list_scroll() 285 if (!(list -> gx_widget_style & (GX_STYLE_WRAP | GX_STYLE_TRANSPARENT)) && in _gx_horizontal_list_scroll()
|
| D | gx_text_scroll_wheel_draw.c | 616 if (wheel -> gx_widget_style & GX_STYLE_WRAP) in _gx_text_scroll_wheel_round_draw() 666 if (wheel -> gx_widget_style & GX_STYLE_WRAP) in _gx_text_scroll_wheel_round_draw() 810 if (wheel -> gx_widget_style & GX_STYLE_WRAP) in _gx_text_scroll_wheel_flat_draw() 825 if (wheel -> gx_widget_style & GX_STYLE_WRAP) in _gx_text_scroll_wheel_flat_draw()
|
| D | gx_scroll_wheel_wrap_style_check.c | 69 if (wheel -> gx_widget_style & GX_STYLE_WRAP) in _gx_scroll_wheel_wrap_style_check()
|
| D | gx_generic_scroll_wheel_wrap_style_check.c | 70 if ((wheel -> gx_widget_style & GX_STYLE_WRAP) && in _gx_generic_scroll_wheel_wrap_style_check()
|
| D | gx_horizontal_list_page_index_set.c | 81 …olumns - list -> gx_horizontal_list_visible_columns) || (list -> gx_widget_style & GX_STYLE_WRAP))) in _gx_horizontal_list_page_index_set()
|
| D | gx_vertical_list_page_index_set.c | 78 …_total_rows - list -> gx_vertical_list_visible_rows) || (list -> gx_widget_style & GX_STYLE_WRAP))) in _gx_vertical_list_page_index_set()
|
| D | gx_generic_scroll_wheel_down_wrap.c | 86 (wheel -> gx_widget_style & GX_STYLE_WRAP)) in _gx_generic_scroll_wheel_down_wrap()
|
| D | gx_horizontal_list_right_wrap.c | 88 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_horizontal_list_right_wrap()
|
| D | gx_generic_scroll_wheel_up_wrap.c | 85 (wheel -> gx_widget_style & GX_STYLE_WRAP)) in _gx_generic_scroll_wheel_up_wrap()
|
| D | gx_vertical_list_down_wrap.c | 89 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_vertical_list_down_wrap()
|
| D | gx_horizontal_list_left_wrap.c | 89 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_horizontal_list_left_wrap()
|
| D | gx_vertical_list_up_wrap.c | 90 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_vertical_list_up_wrap()
|
| D | gx_generic_scroll_wheel_scroll.c | 149 …_child_count < wheel -> gx_scroll_wheel_total_rows) || (wheel -> gx_widget_style & GX_STYLE_WRAP))) in _gx_generic_scroll_wheel_scroll()
|
| /GUIX-v6.2.1/tutorials/demo_guix_scroll_wheel/ |
| D | demo_guix_scroll_wheel.c | 115 gx_widget_style_add(&main_screen.main_screen_scroll_wheel_day, GX_STYLE_WRAP); in main_screen_event_process() 116 gx_widget_style_add(&main_screen.main_screen_scroll_wheel_month, GX_STYLE_WRAP); in main_screen_event_process() 121 gx_widget_style_remove(&main_screen.main_screen_scroll_wheel_day, GX_STYLE_WRAP); in main_screen_event_process() 122 gx_widget_style_remove(&main_screen.main_screen_scroll_wheel_month, GX_STYLE_WRAP); in main_screen_event_process()
|
| D | demo_guix_scroll_wheel_specifications.c | 839 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_ENABLED|GX_STYLE_WRAP|GX_STYLE_TEXT_SCROLL_WHEE… 863 …GX_STYLE_BORDER_NONE|GX_STYLE_TRANSPARENT|GX_STYLE_DRAW_SELECTED|GX_STYLE_ENABLED|GX_STYLE_WRAP|GX…
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_all_widgets_scroll_wheel_select.c | 71 {9, GX_STYLE_WRAP, 0, "remove wrap style, set selected row to 9"}, 109 gx_widget_style_remove((GX_WIDGET *)day_wheel, GX_STYLE_WRAP); in control_thread_entry()
|
| D | validation_guix_scroll_wheel_timer_event_process.c | 155 gx_widget_style_add(month_wheel, GX_STYLE_WRAP); in control_thread_entry() 159 gx_widget_style_remove(month_wheel, GX_STYLE_WRAP); in control_thread_entry()
|
| D | validation_guix_horizontal_list_scroll.c | 169 gx_widget_style_remove(scroll, (GX_STYLE_WRAP | GX_STYLE_TRANSPARENT)); in control_thread_entry()
|
| D | validation_guix_vertical_list_scroll.c | 189 gx_widget_style_remove(list, GX_STYLE_WRAP | GX_STYLE_TRANSPARENT); in control_thread_entry()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | horizontal_list_service_provider.cpp | 151 …valid_styles |= GX_STYLE_CENTER_SELECTED|GX_STYLE_WRAP|GX_STYLE_FLICKABLE|GX_STYLE_REPEAT_SELECT; … in ReadFromProject()
|
| D | vertical_list_service_provider.cpp | 152 …valid_styles |= GX_STYLE_CENTER_SELECTED|GX_STYLE_WRAP|GX_STYLE_FLICKABLE|GX_STYLE_REPEAT_SELECT; … in ReadFromProject()
|
| D | drop_list_service_provider.cpp | 169 …valid_styles |= GX_STYLE_TILE_BACKGROUND|GX_STYLE_CENTER_SELECTED|GX_STYLE_WRAP|GX_STYLE_FLICKABLE… in ReadFromProject()
|
| D | scroll_wheel_service_provider.cpp | 179 valid_styles |= GX_STYLE_WRAP; in ReadFromProject()
|
| D | numeric_scroll_wheel_service_provider.cpp | 172 GX_STYLE_ENABLED | GX_STYLE_BORDER_THIN | GX_STYLE_TEXT_CENTER | GX_STYLE_WRAP, 0, &size); in CreateNewInstance()
|