iup_drv.h File Reference
Detailed Description
See Copyright Notice in iup.h
Functions | |
int | iupdrvSetGlobal (const char *name, const char *value) |
char * | iupdrvGetGlobal (const char *name) |
void | iupdrvSetIdleFunction (Icallback func) |
void | iupdrvScreenToClient (Ihandle *ih, int *x, int *y) |
int | iupdrvIsVisible (Ihandle *ih) |
int | iupdrvIsActive (Ihandle *ih) |
void | iupdrvSetVisible (Ihandle *ih, int enable) |
void | iupdrvSetActive (Ihandle *ih, int enable) |
void | iupdrvDisplayUpdate (Ihandle *ih) |
void | iupdrvReparent (Ihandle *child, Ihandle *parent) |
void | iupdrvDrawFocusRect (Ihandle *ih, void *gc, int x, int y, int w, int h) |
int | iupdrvOpen (int *argc, char ***argv) |
void | iupdrvClose (void) |