Header: Gadgets.H
Syntax:
extern _kernel_oserror *displayfield_set_value
(
unsigned int flags,
ObjectId window,
ComponentId display_field,
char *text
);
Purpose: Function sets the text string shown in the display field. The screen dislay is immediately updated if the window is on screen.
|
|
|