Searched refs:border_style (Results 1 – 1 of 1) sorted by relevance
72 ULONG border_style[] = {GX_STYLE_BORDER_NONE, GX_STYLE_BORDER_THIN, GX_STYLE_BORDER_THICK, GX_STYLE… variable172 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()