Searched refs:border_style_window (Results 1 – 1 of 1) sorted by relevance
| /GUIX-v6.2.1/test/example_internal/progress_bar/ |
| D | progress_bar.c | 36 GX_WINDOW border_style_window; variable 325 …gx_window_create(&border_style_window, "border style window", &demo_root_window, GX_STYLE_BORDER_N… in start_guix() 326 …gx_widget_fill_color_set(&border_style_window, GX_COLOR_ID_WHITE, GX_COLOR_ID_WHITE, GX_COLOR_ID_W… in start_guix() 327 gx_widget_event_process_set((GX_WIDGET *)&border_style_window, border_win_event_handler); in start_guix() 330 …gx_prompt_create(&prompt_1, NULL, &border_style_window, BORDER_STYLE, GX_STYLE_BORDER_THIN|GX_STYL… in start_guix() 336 …gx_radio_button_create(&radio_button_1, NULL, &border_style_window, RAISED_BORDER, GX_STYLE_TEXT_L… in start_guix() 339 …gx_radio_button_create(&radio_button_2, NULL, &border_style_window, RECESSED_BORDER, GX_STYLE_TEXT… in start_guix() 342 …gx_radio_button_create(&radio_button_3, NULL, &border_style_window, THIN_BORDER, GX_STYLE_TEXT_LEF… in start_guix() 345 …gx_radio_button_create(&radio_button_4, NULL, &border_style_window, NO_BORDER, GX_STYLE_TEXT_LEFT|… in start_guix()
|