Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_button_background_draw.c90 _gx_widget_border_style_set(widget, GX_STYLE_BORDER_RECESSED); in _gx_button_background_draw()
97 if ((button -> gx_widget_style & GX_STYLE_BORDER_MASK) == GX_STYLE_BORDER_RECESSED) in _gx_button_background_draw()
Dgx_widget_border_width_get.c78 case GX_STYLE_BORDER_RECESSED: in _gx_widget_border_width_get()
Dgx_widget_border_draw.c310 if (widget -> gx_widget_style & GX_STYLE_BORDER_RECESSED) in _gx_widget_border_draw()
355 if (widget -> gx_widget_style & GX_STYLE_BORDER_RECESSED) in _gx_widget_border_draw()
/GUIX-v6.2.1/tutorials/demo_guix_horizontal_list/
Ddemo_guix_horizontal_list_specifications.c414 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
582 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
654 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
/GUIX-v6.2.1/tutorials/demo_guix_vertical_list/
Ddemo_guix_vertical_list_specifications.c446 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
590 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
662 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
/GUIX-v6.2.1/tutorials/demo_guix_scroll_wheel/
Ddemo_guix_scroll_wheel_specifications.c527 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
551 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
767 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
/GUIX-v6.2.1/tutorials/demo_guix_circular_gauge/
Ddemo_guix_circular_gauge_specifications.c406 GX_STYLE_BORDER_RECESSED|GX_STYLE_TEXT_CENTER, /* style flags */
430 GX_STYLE_BORDER_RECESSED|GX_STYLE_TEXT_CENTER, /* style flags */
/GUIX-v6.2.1/tutorials/demo_guix_generic_scroll_wheel/
Ddemo_guix_generic_scroll_wheel_specifications.c867 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
915 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
/GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/
Ddemo_guix_ml_text_input_specifications.c1130 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
1154 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
/GUIX-v6.2.1/tutorials/demo_guix_transitions/
Ddemo_guix_transitions_specifications.c897 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_CENTER, /* style flags */
/GUIX-v6.2.1/samples/demo_guix_widget_types/
Dguix_widget_types_specifications.c3366 GX_STYLE_BORDER_RECESSED|GX_STYLE_ENABLED|GX_STYLE_TEXT_LEFT, /* style flags */
/GUIX-v6.2.1/common/inc/
Dgx_api.h783 #define GX_STYLE_BORDER_RECESSED 0x00000002UL macro