Searched refs:scrollbar_appearance (Results 1 – 6 of 6) sorted by relevance
152 GX_SCROLLBAR_APPEARANCE scrollbar_appearance; in populate_drop_list() local163 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()
255 GX_SCROLLBAR_APPEARANCE scrollbar_appearance; in populate_drop_list() local267 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()
278 …izontal_scrollbar_create.c Use scrollbar_appearance thumb butto…294 … scrollbar_appearance structure.
946 …izontal_scrollbar_create.c Use scrollbar_appearance thumb butto…962 … scrollbar_appearance structure.
116 GX_SCROLLBAR_APPEARANCE scrollbar_appearance; in control_thread_entry() local2926 status = gx_system_scroll_appearance_get(0, &scrollbar_appearance);//should return GX_SUCCESS in control_thread_entry()