- IupConfigIhandle* IupConfig() 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- IupConfigCopyvoid IupConfigCopy(Ihandle* ih1, Ihandle* ih2, const(char)* exclude_prefix) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- IupConfigDialogClosedvoid 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. 
- IupConfigDialogShowvoid 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. 
- IupConfigGetVariableDoubledouble 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. 
- IupConfigGetVariableDoubleDefdouble 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. 
- IupConfigGetVariableDoubleIddouble 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. 
- IupConfigGetVariableDoubleIdDefdouble 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. 
- IupConfigGetVariableIntint 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. 
- IupConfigGetVariableIntDefint 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. 
- IupConfigGetVariableIntIdint 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. 
- IupConfigGetVariableIntIdDefint 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. 
- IupConfigGetVariableStrconst(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. 
- IupConfigGetVariableStrDefconst(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. 
- IupConfigGetVariableStrIdconst(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. 
- IupConfigGetVariableStrIdDefconst(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. 
- IupConfigLoadint 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. 
- IupConfigRecentInitvoid IupConfigRecentInit(Ihandle* ih, Ihandle* menu, Icallback recent_cb, int max_recent) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- IupConfigRecentUpdatevoid 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. 
- IupConfigSaveint 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. 
- IupConfigSetListVariablevoid IupConfigSetListVariable(Ihandle* ih, const(char)* group, const(char)* key, const(char)* value, int add) 
- IupConfigSetVariableDoublevoid 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. 
- IupConfigSetVariableDoubleIdvoid 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. 
- IupConfigSetVariableIntvoid 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. 
- IupConfigSetVariableIntIdvoid 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. 
- IupConfigSetVariableStrvoid IupConfigSetVariableStr(Ihandle* ih, const(char)* group, const(char)* key, const(char)* value) 
- IupConfigSetVariableStrIdvoid 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. 
\file \brief Configuration file Utilities
See Copyright Notice in "iup.h"