Searched refs:prompt_id (Results 1 – 8 of 8) sorted by relevance
/GUIX-v6.2.1/common/src/ |
D | gx_numeric_prompt_create.c | 82 GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size) in _gx_numeric_prompt_create() argument 86 _gx_prompt_create((GX_PROMPT *)prompt, name, GX_NULL, text_id, style, prompt_id, size); in _gx_numeric_prompt_create()
|
D | gxe_prompt_create.c | 84 GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, in _gxe_prompt_create() argument 111 status = _gx_prompt_create(prompt, name, parent, text_id, style, prompt_id, size); in _gxe_prompt_create()
|
D | gxe_numeric_prompt_create.c | 85 … GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size, in _gxe_numeric_prompt_create() argument 112 status = _gx_numeric_prompt_create(prompt, name, parent, text_id, style, prompt_id, size); in _gxe_numeric_prompt_create()
|
D | gxe_pixelmap_prompt_create.c | 90 USHORT prompt_id, in _gxe_pixelmap_prompt_create() argument 118 …status = _gx_pixelmap_prompt_create(prompt, name, parent, text_id, fill_id, style, prompt_id, size… in _gxe_pixelmap_prompt_create()
|
D | gx_prompt_create.c | 87 GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, in _gx_prompt_create() argument 92 _gx_widget_create((GX_WIDGET *)prompt, name, GX_NULL, style, prompt_id, size); in _gx_prompt_create()
|
/GUIX-v6.2.1/common/inc/ |
D | gx_numeric_prompt.h | 57 … GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size); 66 … GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size,
|
D | gx_prompt.h | 59 ULONG style, USHORT prompt_id, 83 … ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size, UINT prompt_control_block_size);
|
D | gx_api.h | 3983 … GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size); 4004 GX_RESOURCE_ID normal_fill_id, ULONG style, USHORT prompt_id, 4040 USHORT prompt_id, GX_CONST GX_RECTANGLE *size); 5454 … GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size, 5476 ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size, 5513 GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id,
|