- IupConfig
Ihandle* IupConfig()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigDialogClosed
void IupConfigDialogClosed(Ihandle* ih, Ihandle* dialog, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigDialogShow
void IupConfigDialogShow(Ihandle* ih, Ihandle* dialog, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableDouble
double IupConfigGetVariableDouble(Ihandle* ih, const(char)* group, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableDoubleDef
double IupConfigGetVariableDoubleDef(Ihandle* ih, const(char)* group, const(char)* key, double def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableDoubleId
double IupConfigGetVariableDoubleId(Ihandle* ih, const(char)* group, const(char)* key, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableDoubleIdDef
double IupConfigGetVariableDoubleIdDef(Ihandle* ih, const(char)* group, const(char)* key, int id, double def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableInt
int IupConfigGetVariableInt(Ihandle* ih, const(char)* group, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableIntDef
int IupConfigGetVariableIntDef(Ihandle* ih, const(char)* group, const(char)* key, int def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableIntId
int IupConfigGetVariableIntId(Ihandle* ih, const(char)* group, const(char)* key, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableIntIdDef
int IupConfigGetVariableIntIdDef(Ihandle* ih, const(char)* group, const(char)* key, int id, int def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableStr
const(char)* IupConfigGetVariableStr(Ihandle* ih, const(char)* group, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableStrDef
const(char)* IupConfigGetVariableStrDef(Ihandle* ih, const(char)* group, const(char)* key, const(char)* def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableStrId
const(char)* IupConfigGetVariableStrId(Ihandle* ih, const(char)* group, const(char)* key, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigGetVariableStrIdDef
const(char)* IupConfigGetVariableStrIdDef(Ihandle* ih, const(char)* group, const(char)* key, int id, const(char)* def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigLoad
int IupConfigLoad(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigRecentInit
void IupConfigRecentInit(Ihandle* ih, Ihandle* menu, Icallback recent_cb, int max_recent)
- IupConfigRecentUpdate
void IupConfigRecentUpdate(Ihandle* ih, const(char)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigSave
int IupConfigSave(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigSetVariableDouble
void IupConfigSetVariableDouble(Ihandle* ih, const(char)* group, const(char)* key, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigSetVariableDoubleId
void IupConfigSetVariableDoubleId(Ihandle* ih, const(char)* group, const(char)* key, int id, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigSetVariableInt
void IupConfigSetVariableInt(Ihandle* ih, const(char)* group, const(char)* key, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigSetVariableIntId
void IupConfigSetVariableIntId(Ihandle* ih, const(char)* group, const(char)* key, int id, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- IupConfigSetVariableStr
void IupConfigSetVariableStr(Ihandle* ih, const(char)* group, const(char)* key, const(char)* value)
- IupConfigSetVariableStrId
void IupConfigSetVariableStrId(Ihandle* ih, const(char)* group, const(char)* key, int id, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.