vg4->canvas->is_disabled()
Return whether canvas-item is disabled.
SYNTAX
VG_BOOL
vg4->canvas->is_disabled(struct VG_Canvas *cvas, const char *iname)
FUNCTION PARAMETERS
cvas | Canvas |
iname | Name of canvas-item |
RETURN VALUE
Returns whether is disabled
DESCRIPTION
Return whether canvas-item is disabled.
See section-parameter disable for each canvas-item in vg4->canvas->load().
SEE ALSO