Searched refs:width_prompt (Results 1 – 3 of 3) sorted by relevance
| /GUIX-v6.2.1/test/example_internal/line_1bpp/ |
| D | demo_line_1bpp.c | 77 GX_PROMPT width_prompt; variable 228 gx_prompt_create(&width_prompt, NULL, &demo_root_window, 0, in demo_thread_entry() 230 width_prompt.gx_widget_status = GX_STATUS_VISIBLE; in demo_thread_entry() 233 gx_prompt_text_set_ext(&width_prompt, &str); in demo_thread_entry() 234 gx_prompt_text_color_set(&width_prompt, GX_1BPP_BLACK, GX_1BPP_BLACK, GX_1BPP_BLACK); in demo_thread_entry() 235 gx_widget_fill_color_set(&width_prompt, GX_1BPP_WHITE, GX_1BPP_WHITE, GX_1BPP_WHITE); in demo_thread_entry() 320 gx_prompt_text_set_ext(&width_prompt, &str); in update_width_prompt()
|
| /GUIX-v6.2.1/test/example_internal/lines/ |
| D | old_lines_app.c | 41 GX_PROMPT width_prompt; member 221 gx_prompt_create(&line_window.width_prompt, NULL, &line_window, 0, in demo_thread_entry() 223 gx_prompt_text_set(&line_window.width_prompt, "1"); in demo_thread_entry() 295 gx_prompt_text_set(&line_window.width_prompt, width_val); in update_width_prompt()
|
| /GUIX-v6.2.1/test/example_internal/pixelmap_1bpp/ |
| D | pixelmap_1bpp.c | 68 GX_PROMPT width_prompt; variable
|