Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_all_widgets_progress_bar_32bpp.c72 ULONG border_style[] = {GX_STYLE_BORDER_NONE, GX_STYLE_BORDER_THIN, GX_STYLE_BORDER_THICK, GX_STYLE… variable
172 if(border_index >= sizeof(border_style)/sizeof(ULONG)) in control_thread_entry()
176 gx_widget_border_style_set(progress_bar, border_style[border_index]); in control_thread_entry()
177 … sprintf(test_comment, "%s border_style_id %ld", test_comment, border_style[border_index++]); in control_thread_entry()