vg4->canvas->input_set_text()
Set text of a textline-input.
SYNTAX
void
vg4->canvas->input_set_text(struct VG_Canvas *cvas,
const char *iname,
const char *text)
FUNCTION PARAMETERS
cvas | Canvas |
iname | Name of textline-input |
text | Text |
DESCRIPTION
Set text of a textline-input.
See section CV-INPUT in vg4->canvas->load().
SEE ALSO