iup.iup

Undocumented in source.

Members

Aliases

Icallback
alias Icallback = int function(Ihandle*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Ihandle
alias Ihandle = Ihandle_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Iparamcb
alias Iparamcb = int function(Ihandle* dialog, int param_index, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

IUP_RECBINARY
anonymousenum IUP_RECBINARY
IUP_SBUP
anonymousenum IUP_SBUP
IUP_SHOW
anonymousenum IUP_SHOW

Functions

IupAlarm
int IupAlarm(const(char)* title, const(char)* msg, const(char)* b1, const(char)* b2, const(char)* b3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupAnimatedLabel
Ihandle* IupAnimatedLabel(Ihandle* animation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupAppend
Ihandle* IupAppend(Ihandle* ih, Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupBackgroundBox
Ihandle* IupBackgroundBox(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupButton
Ihandle* IupButton(const(char)* title, const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCalendar
Ihandle* IupCalendar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCanvas
Ihandle* IupCanvas(const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCbox
Ihandle* IupCbox(Ihandle* child, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCboxv
Ihandle* IupCboxv(Ihandle** children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupClassMatch
int IupClassMatch(Ihandle* ih, const(char)* classname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupClipboard
Ihandle* IupClipboard()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupClose
void IupClose()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupColorDlg
Ihandle* IupColorDlg()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupConvertXYToPos
int IupConvertXYToPos(Ihandle* ih, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCopyClassAttributes
void IupCopyClassAttributes(Ihandle* src_ih, Ihandle* dst_ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCreate
Ihandle* IupCreate(const(char)* classname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCreatep
Ihandle* IupCreatep(const(char)* classname, void* first, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupCreatev
Ihandle* IupCreatev(const(char)* classname, void** params)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDatePick
Ihandle* IupDatePick()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDestroy
void IupDestroy(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDetach
void IupDetach(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDetachBox
Ihandle* IupDetachBox(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupDialog
Ihandle* IupDialog(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupElementPropertiesDialog
Ihandle* IupElementPropertiesDialog(Ihandle* elem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupExecute
int IupExecute(const(char)* filename, const(char)* parameters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupExitLoop
void IupExitLoop()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupExpander
Ihandle* IupExpander(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupFileDlg
Ihandle* IupFileDlg()
IupFill
Ihandle* IupFill()
IupFlatButton
Ihandle* IupFlatButton(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupFlush
void IupFlush()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupFontDlg
Ihandle* IupFontDlg()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupFrame
Ihandle* IupFrame(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetAllAttributes
int IupGetAllAttributes(Ihandle* ih, char** names, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetAllClasses
int IupGetAllClasses(char** names, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetAllDialogs
int IupGetAllDialogs(char** names, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetAllNames
int IupGetAllNames(char** names, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetAttribute
char* IupGetAttribute(Ihandle* ih, 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.
IupGetAttributeHandle
Ihandle* IupGetAttributeHandle(Ihandle* ih, 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.
IupGetAttributeId
char* IupGetAttributeId(Ihandle* ih, const(char)* name, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetAttributeId2
char* IupGetAttributeId2(Ihandle* ih, const(char)* name, int lin, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetAttributes
char* IupGetAttributes(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetBrother
Ihandle* IupGetBrother(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetCallback
Icallback IupGetCallback(Ihandle* ih, 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.
IupGetChild
Ihandle* IupGetChild(Ihandle* ih, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetChildCount
int IupGetChildCount(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetChildPos
int IupGetChildPos(Ihandle* ih, Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetClassAttributes
int IupGetClassAttributes(const(char)* classname, char** names, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetClassCallbacks
int IupGetClassCallbacks(const(char)* classname, char** names, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetClassName
char* IupGetClassName(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetClassType
char* IupGetClassType(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetColor
int IupGetColor(int x, int y, ubyte* r, ubyte* g, ubyte* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetDialog
Ihandle* IupGetDialog(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetDialogChild
Ihandle* IupGetDialogChild(Ihandle* ih, 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.
IupGetDouble
double IupGetDouble(Ihandle* ih, 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.
IupGetDoubleId
double IupGetDoubleId(Ihandle* ih, const(char)* name, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetDoubleId2
double IupGetDoubleId2(Ihandle* ih, const(char)* name, int lin, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetFile
int IupGetFile(char* arq)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetFloat
float IupGetFloat(Ihandle* ih, 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.
IupGetFloatId
float IupGetFloatId(Ihandle* ih, const(char)* name, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetFloatId2
float IupGetFloatId2(Ihandle* ih, const(char)* name, int lin, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetFocus
Ihandle* IupGetFocus()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetFunction
Icallback IupGetFunction(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.
IupGetGlobal
char* IupGetGlobal(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.
IupGetHandle
Ihandle* IupGetHandle(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.
IupGetInt
int IupGetInt(Ihandle* ih, 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.
IupGetInt2
int IupGetInt2(Ihandle* ih, 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.
IupGetIntId
int IupGetIntId(Ihandle* ih, const(char)* name, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetIntId2
int IupGetIntId2(Ihandle* ih, const(char)* name, int lin, int col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetIntInt
int IupGetIntInt(Ihandle* ih, const(char)* name, int* i1, int* i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetLanguage
char* IupGetLanguage()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetLanguageString
char* IupGetLanguageString(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.
IupGetName
char* IupGetName(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetNextChild
Ihandle* IupGetNextChild(Ihandle* ih, Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetParam
int IupGetParam(const(char)* title, Iparamcb action, void* user_data, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetParamv
int IupGetParamv(const(char)* title, Iparamcb action, void* user_data, const(char)* format, int param_count, int param_extra, void** param_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetParent
Ihandle* IupGetParent(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetRGB
void IupGetRGB(Ihandle* ih, const(char)* name, ubyte* r, ubyte* g, ubyte* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetRGBId
void IupGetRGBId(Ihandle* ih, const(char)* name, int id, ubyte* r, ubyte* g, ubyte* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetRGBId2
void IupGetRGBId2(Ihandle* ih, const(char)* name, int lin, int col, ubyte* r, ubyte* g, ubyte* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGetText
int IupGetText(const(char)* title, char* text, int maxsize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGridBox
Ihandle* IupGridBox(Ihandle* child, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupGridBoxv
Ihandle* IupGridBoxv(Ihandle** children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupHbox
Ihandle* IupHbox(Ihandle* child, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupHboxv
Ihandle* IupHboxv(Ihandle** children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupHelp
int IupHelp(const(char)* url)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupHide
int IupHide(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupImage
Ihandle* IupImage(int width, int height, ubyte* pixmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupImageLibOpen
void IupImageLibOpen()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupImageRGB
Ihandle* IupImageRGB(int width, int height, ubyte* pixmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupImageRGBA
Ihandle* IupImageRGBA(int width, int height, ubyte* pixmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupInsert
Ihandle* IupInsert(Ihandle* ih, Ihandle* ref_child, Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupItem
Ihandle* IupItem(const(char)* title, const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupLabel
Ihandle* IupLabel(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupLayoutDialog
Ihandle* IupLayoutDialog(Ihandle* dialog)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupLink
Ihandle* IupLink(const(char)* url, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupList
Ihandle* IupList(const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupListDialog
int IupListDialog(int type, const(char)* title, int size, const(char)** list, int op, int max_col, int max_lin, int* marks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupLoad
char* IupLoad(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.
IupLoadBuffer
char* IupLoadBuffer(const(char)* buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupLoopStep
int IupLoopStep()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupLoopStepWait
int IupLoopStepWait()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMainLoop
int IupMainLoop()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMainLoopLevel
int IupMainLoopLevel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMap
int IupMap(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMenu
Ihandle* IupMenu(Ihandle* child, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMenuv
Ihandle* IupMenuv(Ihandle** children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMessage
void IupMessage(const(char)* title, const(char)* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMessageDlg
Ihandle* IupMessageDlg()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMessagef
void IupMessagef(const(char)* title, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupMultiLine
Ihandle* IupMultiLine(const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupNextField
Ihandle* IupNextField(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupNormalizer
Ihandle* IupNormalizer(Ihandle* ih_first, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupNormalizerv
Ihandle* IupNormalizerv(Ihandle** ih_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupOpen
int IupOpen(int* argc, char*** argv)
IupParamBox
Ihandle* IupParamBox(Ihandle* parent, Ihandle** params, int count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupParamf
Ihandle* IupParamf(const(char)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPlayInput
int IupPlayInput(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.
IupPopup
int IupPopup(Ihandle* ih, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupPreviousField
Ihandle* IupPreviousField(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupProgressBar
Ihandle* IupProgressBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupProgressDlg
Ihandle* IupProgressDlg()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupRadio
Ihandle* IupRadio(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupRecordInput
int IupRecordInput(const(char)* filename, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupRedraw
void IupRedraw(Ihandle* ih, int children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupRefresh
void IupRefresh(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupRefreshChildren
void IupRefreshChildren(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupReparent
int IupReparent(Ihandle* ih, Ihandle* new_parent, Ihandle* ref_child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupResetAttribute
void IupResetAttribute(Ihandle* ih, 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.
IupSaveClassAttributes
void IupSaveClassAttributes(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSaveImageAsText
int IupSaveImageAsText(Ihandle* ih, const(char)* file_name, const(char)* format, 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.
IupSbox
Ihandle* IupSbox(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupScanf
int IupScanf(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupScrollBox
Ihandle* IupScrollBox(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSeparator
Ihandle* IupSeparator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetAtt
Ihandle* IupSetAtt(const(char)* handle_name, Ihandle* ih, 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.
IupSetAttribute
void IupSetAttribute(Ihandle* ih, const(char)* name, 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.
IupSetAttributeHandle
void IupSetAttributeHandle(Ihandle* ih, const(char)* name, Ihandle* ih_named)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetAttributeId
void IupSetAttributeId(Ihandle* ih, const(char)* name, 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.
IupSetAttributeId2
void IupSetAttributeId2(Ihandle* ih, const(char)* name, int lin, int col, 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.
IupSetAttributes
Ihandle* IupSetAttributes(Ihandle* ih, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetCallback
Icallback IupSetCallback(Ihandle* ih, const(char)* name, Icallback func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetCallbacks
Ihandle* IupSetCallbacks(Ihandle* ih, const(char)* name, Icallback func, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetClassDefaultAttribute
void IupSetClassDefaultAttribute(const(char)* classname, const(char)* name, 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.
IupSetDouble
void IupSetDouble(Ihandle* ih, const(char)* name, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetDoubleId
void IupSetDoubleId(Ihandle* ih, const(char)* name, 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.
IupSetDoubleId2
void IupSetDoubleId2(Ihandle* ih, const(char)* name, int lin, int col, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetFloat
void IupSetFloat(Ihandle* ih, const(char)* name, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetFloatId
void IupSetFloatId(Ihandle* ih, const(char)* name, int id, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetFloatId2
void IupSetFloatId2(Ihandle* ih, const(char)* name, int lin, int col, float value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetFocus
Ihandle* IupSetFocus(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetFunction
Icallback IupSetFunction(const(char)* name, Icallback func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetGlobal
void IupSetGlobal(const(char)* name, 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.
IupSetHandle
Ihandle* IupSetHandle(const(char)* name, Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetInt
void IupSetInt(Ihandle* ih, const(char)* name, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetIntId
void IupSetIntId(Ihandle* ih, const(char)* name, 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.
IupSetIntId2
void IupSetIntId2(Ihandle* ih, const(char)* name, int lin, int col, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetLanguage
void IupSetLanguage(const(char)* lng)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetLanguagePack
void IupSetLanguagePack(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetLanguageString
void IupSetLanguageString(const(char)* name, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetRGB
void IupSetRGB(Ihandle* ih, const(char)* name, ubyte r, ubyte g, ubyte b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetRGBId
void IupSetRGBId(Ihandle* ih, const(char)* name, int id, ubyte r, ubyte g, ubyte b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetRGBId2
void IupSetRGBId2(Ihandle* ih, const(char)* name, int lin, int col, ubyte r, ubyte g, ubyte b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetStrAttribute
void IupSetStrAttribute(Ihandle* ih, const(char)* name, 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.
IupSetStrAttributeId
void IupSetStrAttributeId(Ihandle* ih, const(char)* name, 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.
IupSetStrAttributeId2
void IupSetStrAttributeId2(Ihandle* ih, const(char)* name, int lin, int col, 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.
IupSetStrGlobal
void IupSetStrGlobal(const(char)* name, 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.
IupSetStrf
void IupSetStrf(Ihandle* ih, const(char)* name, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetStrfId
void IupSetStrfId(Ihandle* ih, const(char)* name, int id, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSetStrfId2
void IupSetStrfId2(Ihandle* ih, const(char)* name, int lin, int col, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupShow
int IupShow(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupShowXY
int IupShowXY(Ihandle* ih, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSpin
Ihandle* IupSpin()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSpinbox
Ihandle* IupSpinbox(Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupSplit
Ihandle* IupSplit(Ihandle* child1, Ihandle* child2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupStoreLanguageString
void IupStoreLanguageString(const(char)* name, const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupStringCompare
int IupStringCompare(const(char)* str1, const(char)* str2, int casesensitive, int lexicographic)
IupSubmenu
Ihandle* IupSubmenu(const(char)* title, Ihandle* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTabs
Ihandle* IupTabs(Ihandle* child, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTabsv
Ihandle* IupTabsv(Ihandle** children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupText
Ihandle* IupText(const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTextConvertLinColToPos
void IupTextConvertLinColToPos(Ihandle* ih, int lin, int col, int* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTextConvertPosToLinCol
void IupTextConvertPosToLinCol(Ihandle* ih, int pos, int* lin, int* col)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTimer
Ihandle* IupTimer()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupToggle
Ihandle* IupToggle(const(char)* title, const(char)* action)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTree
Ihandle* IupTree()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTreeGetId
int IupTreeGetId(Ihandle* ih, void* userid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTreeGetUserId
void* IupTreeGetUserId(Ihandle* ih, int id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTreeSetAttributeHandle
void IupTreeSetAttributeHandle(Ihandle* ih, const(char)* name, int id, Ihandle* ih_named)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupTreeSetUserId
int IupTreeSetUserId(Ihandle* ih, int id, void* userid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupUnmap
void IupUnmap(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupUpdate
void IupUpdate(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupUpdateChildren
void IupUpdateChildren(Ihandle* ih)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupUser
Ihandle* IupUser()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupVal
Ihandle* IupVal(const(char)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupVbox
Ihandle* IupVbox(Ihandle* child, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupVboxv
Ihandle* IupVboxv(Ihandle** children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupVersion
char* IupVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupVersionDate
char* IupVersionDate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupVersionNumber
int IupVersionNumber()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupZbox
Ihandle* IupZbox(Ihandle* child, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IupZboxv
Ihandle* IupZboxv(Ihandle** children)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iup_isalt
auto iup_isalt(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_isbutton1
auto iup_isbutton1(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_isbutton2
auto iup_isbutton2(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_isbutton3
auto iup_isbutton3(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_isbutton4
auto iup_isbutton4(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_isbutton5
auto iup_isbutton5(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_iscontrol
auto iup_iscontrol(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_isdouble
auto iup_isdouble(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_isshift
auto iup_isshift(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
iup_issys
auto iup_issys(T s)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

IUP_BOTTOM
enum IUP_BOTTOM;
Undocumented in source.
IUP_BUTTON1
enum IUP_BUTTON1;
IUP_BUTTON2
enum IUP_BUTTON2;
Undocumented in source.
IUP_BUTTON3
enum IUP_BUTTON3;
Undocumented in source.
IUP_BUTTON4
enum IUP_BUTTON4;
Undocumented in source.
IUP_BUTTON5
enum IUP_BUTTON5;
Undocumented in source.
IUP_CENTER
enum IUP_CENTER;
IUP_CENTERPARENT
enum IUP_CENTERPARENT;
Undocumented in source.
IUP_CLOSE
enum IUP_CLOSE;
Undocumented in source.
IUP_CONTINUE
enum IUP_CONTINUE;
Undocumented in source.
IUP_CURRENT
enum IUP_CURRENT;
Undocumented in source.
IUP_DEFAULT
enum IUP_DEFAULT;
Undocumented in source.
IUP_ERROR
enum IUP_ERROR;
IUP_GETPARAM_BUTTON1
enum IUP_GETPARAM_BUTTON1;
IUP_GETPARAM_BUTTON2
enum IUP_GETPARAM_BUTTON2;
Undocumented in source.
IUP_GETPARAM_BUTTON3
enum IUP_GETPARAM_BUTTON3;
Undocumented in source.
IUP_GETPARAM_CANCEL
enum IUP_GETPARAM_CANCEL;
Undocumented in source.
IUP_GETPARAM_CLOSE
enum IUP_GETPARAM_CLOSE;
Undocumented in source.
IUP_GETPARAM_HELP
enum IUP_GETPARAM_HELP;
Undocumented in source.
IUP_GETPARAM_INIT
enum IUP_GETPARAM_INIT;
Undocumented in source.
IUP_GETPARAM_OK
enum IUP_GETPARAM_OK;
Undocumented in source.
IUP_IGNORE
enum IUP_IGNORE;
IUP_INVALID
enum IUP_INVALID;
Undocumented in source.
IUP_INVALID_ID
enum IUP_INVALID_ID;
Undocumented in source.
IUP_LEFT
enum IUP_LEFT;
Undocumented in source.
IUP_MOUSEPOS
enum IUP_MOUSEPOS;
Undocumented in source.
IUP_NOERROR
enum IUP_NOERROR;
Undocumented in source.
IUP_OPENED
enum IUP_OPENED;
Undocumented in source.
IUP_RIGHT
enum IUP_RIGHT;
Undocumented in source.
IUP_TOP
enum IUP_TOP;
Undocumented in source.
IUP_VERSION_NUMBER
enum IUP_VERSION_NUMBER;
Undocumented in source.

Structs

Ihandle_
struct Ihandle_
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

IUP_COPYRIGHT
enum const(char)* IUP_COPYRIGHT;
Undocumented in source.
IUP_DESCRIPTION
enum const(char)* IUP_DESCRIPTION;
Undocumented in source.
IUP_MASK_EFLOAT
enum const(char)* IUP_MASK_EFLOAT;
Undocumented in source.
IUP_MASK_FLOAT
enum const(char)* IUP_MASK_FLOAT;
IUP_MASK_FLOATCOMMA
enum const(char)* IUP_MASK_FLOATCOMMA;
Undocumented in source.
IUP_MASK_INT
enum const(char)* IUP_MASK_INT;
Undocumented in source.
IUP_MASK_UFLOAT
enum const(char)* IUP_MASK_UFLOAT;
Undocumented in source.
IUP_MASK_UFLOATCOMMA
enum const(char)* IUP_MASK_UFLOATCOMMA;
Undocumented in source.
IUP_MASK_UINT
enum const(char)* IUP_MASK_UINT;
Undocumented in source.
IUP_NAME
enum const(char)* IUP_NAME;
Undocumented in source.
IUP_VERSION
enum const(char)* IUP_VERSION;
Undocumented in source.
IUP_VERSION_DATE
enum const(char)* IUP_VERSION_DATE;
Undocumented in source.

Meta