diff options
Diffstat (limited to 'iup/src/iup_drv.h')
-rwxr-xr-x | iup/src/iup_drv.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iup/src/iup_drv.h b/iup/src/iup_drv.h index 1071347..ec8a253 100755 --- a/iup/src/iup_drv.h +++ b/iup/src/iup_drv.h @@ -66,6 +66,10 @@ void iupdrvPostRedraw(Ihandle *ih); * \ingroup drv */ void iupdrvRedrawNow(Ihandle *ih); +/** Sets if a control is drawable or not. + * \ingroup drv */ +void iupdrvSetRedraw(Ihandle *ih, int value); + /** Reparent the native control. * \ingroup drv */ void iupdrvReparent(Ihandle* ih); |