Home
last modified time | relevance | path

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

/GUIX-v6.4.1/tutorials/demo_guix_drop_list/
Ddemo_guix_drop_list.c152 GX_SCROLLBAR_APPEARANCE scrollbar_appearance; in populate_drop_list() local
163 scrollbar_appearance.gx_scroll_thumb_pixelmap = GX_PIXELMAP_ID_LIST_SCROLL_THUMB; in populate_drop_list()
164 scrollbar_appearance.gx_scroll_thumb_travel_min = 4; in populate_drop_list()
165 scrollbar_appearance.gx_scroll_thumb_travel_max = 4; in populate_drop_list()
166 scrollbar_appearance.gx_scroll_thumb_width = 8; in populate_drop_list()
167 scrollbar_appearance.gx_scroll_width = 10; in populate_drop_list()
171 &scrollbar_appearance, GX_SCROLLBAR_VERTICAL | GX_STYLE_ENABLED); in populate_drop_list()
/GUIX-v6.4.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c255 GX_SCROLLBAR_APPEARANCE scrollbar_appearance; in populate_drop_list() local
267 memset(&scrollbar_appearance, 0, sizeof(GX_SCROLLBAR_APPEARANCE)); in populate_drop_list()
268 scrollbar_appearance.gx_scroll_thumb_pixelmap = GX_PIXELMAP_ID_LIST_SCROLL_THUMB; in populate_drop_list()
269 scrollbar_appearance.gx_scroll_thumb_travel_min = 4; in populate_drop_list()
270 scrollbar_appearance.gx_scroll_thumb_travel_max = 4; in populate_drop_list()
271 scrollbar_appearance.gx_scroll_thumb_width = 8; in populate_drop_list()
272 scrollbar_appearance.gx_scroll_width = 10; in populate_drop_list()
276 &scrollbar_appearance, GX_SCROLLBAR_VERTICAL | GX_STYLE_ENABLED); in populate_drop_list()
/GUIX-v6.4.1/test/example_internal/bidi_text_draw_32bpp/
Dreadme_guix_generic.txt278 …izontal_scrollbar_create.c Use scrollbar_appearance thumb butto…
294scrollbar_appearance structure.
/GUIX-v6.4.1/test/example_internal/ml_text_view_32bpp/
Dreadme_guix_generic.txt278 …izontal_scrollbar_create.c Use scrollbar_appearance thumb butto…
294scrollbar_appearance structure.
/GUIX-v6.4.1/docs/
Drevision_history.txt946 …izontal_scrollbar_create.c Use scrollbar_appearance thumb butto…
962scrollbar_appearance structure.
/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_error_checking_api_coverage_no_output.c116 GX_SCROLLBAR_APPEARANCE scrollbar_appearance; in control_thread_entry() local
2926 status = gx_system_scroll_appearance_get(0, &scrollbar_appearance);//should return GX_SUCCESS in control_thread_entry()