Home
last modified time | relevance | path

Searched refs:GX_STYLE_WRAP (Results 1 – 25 of 100) sorted by relevance

1234

/GUIX-v6.2.1/common/src/
Dgx_vertical_list_scroll.c76 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()
Dgx_horizontal_list_scroll.c76 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()
Dgx_text_scroll_wheel_draw.c616 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()
Dgx_scroll_wheel_wrap_style_check.c69 if (wheel -> gx_widget_style & GX_STYLE_WRAP) in _gx_scroll_wheel_wrap_style_check()
Dgx_generic_scroll_wheel_wrap_style_check.c70 if ((wheel -> gx_widget_style & GX_STYLE_WRAP) && in _gx_generic_scroll_wheel_wrap_style_check()
Dgx_horizontal_list_page_index_set.c81 …olumns - list -> gx_horizontal_list_visible_columns) || (list -> gx_widget_style & GX_STYLE_WRAP))) in _gx_horizontal_list_page_index_set()
Dgx_vertical_list_page_index_set.c78 …_total_rows - list -> gx_vertical_list_visible_rows) || (list -> gx_widget_style & GX_STYLE_WRAP))) in _gx_vertical_list_page_index_set()
Dgx_generic_scroll_wheel_down_wrap.c86 (wheel -> gx_widget_style & GX_STYLE_WRAP)) in _gx_generic_scroll_wheel_down_wrap()
Dgx_horizontal_list_right_wrap.c88 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_horizontal_list_right_wrap()
Dgx_generic_scroll_wheel_up_wrap.c85 (wheel -> gx_widget_style & GX_STYLE_WRAP)) in _gx_generic_scroll_wheel_up_wrap()
Dgx_vertical_list_down_wrap.c89 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_vertical_list_down_wrap()
Dgx_horizontal_list_left_wrap.c89 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_horizontal_list_left_wrap()
Dgx_vertical_list_up_wrap.c90 (list -> gx_widget_style & GX_STYLE_WRAP)) in _gx_vertical_list_up_wrap()
Dgx_generic_scroll_wheel_scroll.c149 …_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/
Ddemo_guix_scroll_wheel.c115 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()
Ddemo_guix_scroll_wheel_specifications.c839 …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/
Dvalidation_guix_all_widgets_scroll_wheel_select.c71 {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()
Dvalidation_guix_scroll_wheel_timer_event_process.c155 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()
Dvalidation_guix_horizontal_list_scroll.c169 gx_widget_style_remove(scroll, (GX_STYLE_WRAP | GX_STYLE_TRANSPARENT)); in control_thread_entry()
Dvalidation_guix_vertical_list_scroll.c189 gx_widget_style_remove(list, GX_STYLE_WRAP | GX_STYLE_TRANSPARENT); in control_thread_entry()
/GUIX-v6.2.1/guix_studio/
Dhorizontal_list_service_provider.cpp151 …valid_styles |= GX_STYLE_CENTER_SELECTED|GX_STYLE_WRAP|GX_STYLE_FLICKABLE|GX_STYLE_REPEAT_SELECT; … in ReadFromProject()
Dvertical_list_service_provider.cpp152 …valid_styles |= GX_STYLE_CENTER_SELECTED|GX_STYLE_WRAP|GX_STYLE_FLICKABLE|GX_STYLE_REPEAT_SELECT; … in ReadFromProject()
Ddrop_list_service_provider.cpp169 …valid_styles |= GX_STYLE_TILE_BACKGROUND|GX_STYLE_CENTER_SELECTED|GX_STYLE_WRAP|GX_STYLE_FLICKABLE… in ReadFromProject()
Dscroll_wheel_service_provider.cpp179 valid_styles |= GX_STYLE_WRAP; in ReadFromProject()
Dnumeric_scroll_wheel_service_provider.cpp172 GX_STYLE_ENABLED | GX_STYLE_BORDER_THIN | GX_STYLE_TEXT_CENTER | GX_STYLE_WRAP, 0, &size); in CreateNewInstance()

1234