Searched refs:numeric_prompt (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_error_checking_api_coverage_no_output.c | 98 GX_NUMERIC_PROMPT numeric_prompt; in control_thread_entry() local 1587 memset(&numeric_prompt, 0, sizeof(GX_NUMERIC_PROMPT)); in control_thread_entry() 1588 … status = gx_numeric_prompt_create(&numeric_prompt, 0, 0, 0, 0, 0, 0);// should return GX_PTR_ERROR in control_thread_entry() 1591 …status = _gxe_numeric_prompt_create(&numeric_prompt, 0, 0, 0, 0, 0, &size, 0);// should return GX_… in control_thread_entry() 1594 numeric_prompt.gx_widget_type = GX_TYPE_NUMERIC_PROMPT; in control_thread_entry() 1595 …status = gx_numeric_prompt_create(&numeric_prompt, 0, 0, 0, 0, 0, &size);// should return GX_ALREA… in control_thread_entry() 1598 memset(&numeric_prompt, 0, sizeof(GX_NUMERIC_PROMPT)); in control_thread_entry() 1599 status = gx_numeric_prompt_create(&numeric_prompt, 0, 0, 0, 0, 0, &size);// parent is NULL in control_thread_entry() 1602 … status = gx_numeric_prompt_format_function_set(&numeric_prompt, 0); // should return GX_PTR_ERROR in control_thread_entry()
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 298 The following files are added to support the new numeric_prompt widget type:
|