Home
last modified time | relevance | path

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

/GUIX-v6.4.1/test/guix_test/regression_test/tests/
Dvalidation_guix_widget_children_draw.c64 GX_PROMPT test_prompt[4]; in control_thread_entry() local
80 parent = (GX_WIDGET *)&test_prompt[0]; in control_thread_entry()
85 parent = (GX_WIDGET *)&test_prompt[1]; in control_thread_entry()
90 parent = (GX_WIDGET *)&test_prompt[2]; in control_thread_entry()
93 memset(&test_prompt[index], 0, sizeof(GX_PROMPT)); in control_thread_entry()
94 …gx_prompt_create(&test_prompt[index], "test_prompt", parent, 0, GX_STYLE_ENABLED | GX_STYLE_BORDER… in control_thread_entry()
Dvalidation_guix_prompt_event_process_no_output.c53 GX_PROMPT test_prompt; in control_thread_entry() local
62 status = gx_prompt_event_process(&test_prompt, GX_NULL); in control_thread_entry()
65 memset(&test_prompt, 0, sizeof(GX_PROMPT)); in control_thread_entry()
66 status = gx_prompt_event_process(&test_prompt, &my_event); in control_thread_entry()
Dvalidation_guix_canvas_glyphs_draw.c62 GX_PROMPT *test_prompt = &window.window_prompt_4; variable
79 gx_prompt_draw(test_prompt); in test_window_draw()
120 gx_widget_resize(test_prompt, &size); in control_thread_entry()