Attributes Environment Management. More...
Defines | |
#define | iupATTRIB_ISINTERNAL(_name) ((_name[0] == '_' && _name[1] == 'I' && _name[2] == 'U' && _name[3] == 'P')? 1: 0) |
Functions | |
int | iupAttribIsPointer (Ihandle *ih, const char *name) |
void | iupAttribSetStr (Ihandle *ih, const char *name, const char *value) |
void | iupAttribStoreStr (Ihandle *ih, const char *name, const char *value) |
void | iupAttribSetStrf (Ihandle *ih, const char *name, const char *format,...) |
void | iupAttribSetInt (Ihandle *ih, const char *name, int num) |
void | iupAttribSetFloat (Ihandle *ih, const char *name, float num) |
char * | iupAttribGet (Ihandle *ih, const char *name) |
char * | iupAttribGetInherit (Ihandle *ih, const char *name) |
char * | iupAttribGetInheritNativeParent (Ihandle *ih, const char *name) |
char * | iupAttribGetStr (Ihandle *ih, const char *name) |
char * | iupAttribGetLocal (Ihandle *ih, const char *name) |
int | iupAttribGetInt (Ihandle *ih, const char *name) |
int | iupAttribGetBoolean (Ihandle *ih, const char *name) |
float | iupAttribGetFloat (Ihandle *ih, const char *name) |
void | iupAttribSetHandleName (Ihandle *ih) |
char * | iupAttribGetHandleName (Ihandle *ih) |
void | iupAttribUpdate (Ihandle *ih) |
void | iupAttribUpdateFromParent (Ihandle *ih) |
void | iupAttribUpdateChildren (Ihandle *ih) |
See Copyright Notice in "iup.h"