- da_uiAllocControl
alias da_uiAllocControl = uiControl* function(size_t n, uint32_t OSsig, uint32_t typesig, cstring typenamestr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiAreaQueueRedrawAll
alias da_uiAreaQueueRedrawAll = void function(uiArea* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiAreaScrollTo
alias da_uiAreaScrollTo = void function(uiArea* a, double x, double y, double width, double height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiAreaSetSize
alias da_uiAreaSetSize = void function(uiArea* a, intmax_t width, intmax_t height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiBoxAppend
alias da_uiBoxAppend = void function(uiBox* b, uiControl* child, int stretchy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiBoxDelete
alias da_uiBoxDelete = void function(uiBox* b, uintmax_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiBoxPadded
alias da_uiBoxPadded = int function(uiBox* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiBoxSetPadded
alias da_uiBoxSetPadded = void function(uiBox* b, int padded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiButtonOnClicked
alias da_uiButtonOnClicked = void function(uiButton* b, void function(uiButton* b, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiButtonSetText
alias da_uiButtonSetText = void function(uiButton* b, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiButtonText
alias da_uiButtonText = cstring function(uiButton* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiCheckboxChecked
alias da_uiCheckboxChecked = int function(uiCheckbox* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiCheckboxOnToggled
alias da_uiCheckboxOnToggled = void function(uiCheckbox* c, void function(uiCheckbox* c, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiCheckboxSetChecked
alias da_uiCheckboxSetChecked = void function(uiCheckbox* c, int checked)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiCheckboxSetText
alias da_uiCheckboxSetText = void function(uiCheckbox* c, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiCheckboxText
alias da_uiCheckboxText = cstring function(uiCheckbox* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiColorButtonColor
alias da_uiColorButtonColor = void function(uiColorButton* b, double* r, double* g, double* bl, double* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiColorButtonOnChanged
alias da_uiColorButtonOnChanged = void function(uiColorButton* b, void function(uiColorButton*, void*) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiColorButtonSetColor
alias da_uiColorButtonSetColor = void function(uiColorButton* b, double r, double g, double bl, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiComboboxAppend
alias da_uiComboboxAppend = void function(uiCombobox* c, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiComboboxOnSelected
alias da_uiComboboxOnSelected = void function(uiCombobox* c, void function(uiCombobox* c, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiComboboxSelected
alias da_uiComboboxSelected = intmax_t function(uiCombobox* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiComboboxSetSelected
alias da_uiComboboxSetSelected = void function(uiCombobox* c, intmax_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlDestroy
alias da_uiControlDestroy = void function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlDisable
alias da_uiControlDisable = void function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlEnable
alias da_uiControlEnable = void function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlEnabled
alias da_uiControlEnabled = int function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlEnabledToUser
alias da_uiControlEnabledToUser = int function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlHandle
alias da_uiControlHandle = uintptr_t function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlHide
alias da_uiControlHide = void function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlParent
alias da_uiControlParent = uiControl* function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlSetParent
alias da_uiControlSetParent = void function(uiControl*, uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlShow
alias da_uiControlShow = void function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlToplevel
alias da_uiControlToplevel = int function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlVerifyDestroy
alias da_uiControlVerifyDestroy = void function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlVerifySetParent
alias da_uiControlVerifySetParent = void function(uiControl*, uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiControlVisible
alias da_uiControlVisible = int function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawClip
alias da_uiDrawClip = void function(uiDrawContext* c, uiDrawPath* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawFill
alias da_uiDrawFill = void function(uiDrawContext* c, uiDrawPath* path, uiDrawBrush* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawFontFamiliesFamily
alias da_uiDrawFontFamiliesFamily = cstring function(uiDrawFontFamilies* ff, uintmax_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawFontFamiliesNumFamilies
alias da_uiDrawFontFamiliesNumFamilies = uintmax_t function(uiDrawFontFamilies* ff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawFreeFontFamilies
alias da_uiDrawFreeFontFamilies = void function(uiDrawFontFamilies* ff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawFreePath
alias da_uiDrawFreePath = void function(uiDrawPath* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawFreeTextFont
alias da_uiDrawFreeTextFont = void function(uiDrawTextFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawFreeTextLayout
alias da_uiDrawFreeTextLayout = void function(uiDrawTextLayout* layout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawListFontFamilies
alias da_uiDrawListFontFamilies = uiDrawFontFamilies* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawLoadClosestFont
alias da_uiDrawLoadClosestFont = uiDrawTextFont* function(const uiDrawTextFontDescriptor* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixInvert
alias da_uiDrawMatrixInvert = int function(uiDrawMatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixInvertible
alias da_uiDrawMatrixInvertible = int function(uiDrawMatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixMultiply
alias da_uiDrawMatrixMultiply = void function(uiDrawMatrix* dest, uiDrawMatrix* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixRotate
alias da_uiDrawMatrixRotate = void function(uiDrawMatrix* m, double x, double y, double amount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixScale
alias da_uiDrawMatrixScale = void function(uiDrawMatrix* m, double xCenter, double yCenter, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixSetIdentity
alias da_uiDrawMatrixSetIdentity = void function(uiDrawMatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixSkew
alias da_uiDrawMatrixSkew = void function(uiDrawMatrix* m, double x, double y, double xamount, double yamount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixTransformPoint
alias da_uiDrawMatrixTransformPoint = void function(uiDrawMatrix* m, double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixTransformSize
alias da_uiDrawMatrixTransformSize = void function(uiDrawMatrix* m, double* x, double* y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawMatrixTranslate
alias da_uiDrawMatrixTranslate = void function(uiDrawMatrix* m, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawNewPath
alias da_uiDrawNewPath = uiDrawPath* function(uiDrawFillMode fillMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawNewTextLayout
alias da_uiDrawNewTextLayout = uiDrawTextLayout* function(cstring text, uiDrawTextFont* defaultFont, double width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathAddRectangle
alias da_uiDrawPathAddRectangle = void function(uiDrawPath* p, double x, double y, double width, double height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathArcTo
alias da_uiDrawPathArcTo = void function(uiDrawPath* p, double xCenter, double yCenter, double radius, double startAngle, double sweep, int negative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathBezierTo
alias da_uiDrawPathBezierTo = void function(uiDrawPath* p, double c1x, double c1y, double c2x, double c2y, double endX, double endY)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathCloseFigure
alias da_uiDrawPathCloseFigure = void function(uiDrawPath* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathEnd
alias da_uiDrawPathEnd = void function(uiDrawPath* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathLineTo
alias da_uiDrawPathLineTo = void function(uiDrawPath* p, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathNewFigure
alias da_uiDrawPathNewFigure = void function(uiDrawPath* p, double x, double y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawPathNewFigureWithArc
alias da_uiDrawPathNewFigureWithArc = void function(uiDrawPath* p, double xCenter, double yCenter, double radius, double startAngle, double sweep, int negative)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawRestore
alias da_uiDrawRestore = void function(uiDrawContext* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawSave
alias da_uiDrawSave = void function(uiDrawContext* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawStroke
alias da_uiDrawStroke = void function(uiDrawContext* c, uiDrawPath* path, uiDrawBrush* b, uiDrawStrokeParams* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawText
alias da_uiDrawText = void function(uiDrawContext* c, double x, double y, uiDrawTextLayout* layout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawTextFontDescribe
alias da_uiDrawTextFontDescribe = void function(uiDrawTextFont* font, uiDrawTextFontDescriptor* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawTextFontGetMetrics
alias da_uiDrawTextFontGetMetrics = void function(uiDrawTextFont* font, uiDrawTextFontMetrics* metrics)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawTextFontHandle
alias da_uiDrawTextFontHandle = uintptr_t function(uiDrawTextFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawTextLayoutExtents
alias da_uiDrawTextLayoutExtents = void function(uiDrawTextLayout* layout, double* width, double* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawTextLayoutSetColor
alias da_uiDrawTextLayoutSetColor = void function(uiDrawTextLayout* layout, intmax_t startChar, intmax_t endChar, double r, double g, double b, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawTextLayoutSetWidth
alias da_uiDrawTextLayoutSetWidth = void function(uiDrawTextLayout* layout, double width)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiDrawTransform
alias da_uiDrawTransform = void function(uiDrawContext* c, uiDrawMatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiEntryOnChanged
alias da_uiEntryOnChanged = void function(uiEntry* e, void function(uiEntry* e, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiEntryReadOnly
alias da_uiEntryReadOnly = int function(uiEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiEntrySetReadOnly
alias da_uiEntrySetReadOnly = void function(uiEntry* e, int readonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiEntrySetText
alias da_uiEntrySetText = void function(uiEntry* e, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiEntryText
alias da_uiEntryText = cstring function(uiEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiFontButtonFont
alias da_uiFontButtonFont = uiDrawTextFont* function(uiFontButton* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiFontButtonOnChanged
alias da_uiFontButtonOnChanged = void function(uiFontButton* b, void function(uiFontButton*, void*) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiFreeControl
alias da_uiFreeControl = void function(uiControl*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiFreeInitError
alias da_uiFreeInitError = void function(cstring err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiFreeText
alias da_uiFreeText = void function(cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiGroupMargined
alias da_uiGroupMargined = int function(uiGroup* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiGroupSetChild
alias da_uiGroupSetChild = void function(uiGroup* g, uiControl* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiGroupSetMargined
alias da_uiGroupSetMargined = void function(uiGroup* g, int margined)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiGroupSetTitle
alias da_uiGroupSetTitle = void function(uiGroup* g, cstring title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiGroupTitle
alias da_uiGroupTitle = cstring function(uiGroup* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiInit
alias da_uiInit = cstring function(uiInitOptions* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiLabelSetText
alias da_uiLabelSetText = void function(uiLabel* l, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiLabelText
alias da_uiLabelText = cstring function(uiLabel* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMain
alias da_uiMain = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuAppendAboutItem
alias da_uiMenuAppendAboutItem = uiMenuItem* function(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuAppendCheckItem
alias da_uiMenuAppendCheckItem = uiMenuItem* function(uiMenu* m, cstring name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuAppendItem
alias da_uiMenuAppendItem = uiMenuItem* function(uiMenu* m, cstring name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuAppendPreferencesItem
alias da_uiMenuAppendPreferencesItem = uiMenuItem* function(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuAppendQuitItem
alias da_uiMenuAppendQuitItem = uiMenuItem* function(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuAppendSeparator
alias da_uiMenuAppendSeparator = void function(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuItemChecked
alias da_uiMenuItemChecked = int function(uiMenuItem* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuItemDisable
alias da_uiMenuItemDisable = void function(uiMenuItem* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuItemEnable
alias da_uiMenuItemEnable = void function(uiMenuItem* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuItemOnClicked
alias da_uiMenuItemOnClicked = void function(uiMenuItem* m, void function(uiMenuItem* sender, uiWindow* window, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMenuItemSetChecked
alias da_uiMenuItemSetChecked = void function(uiMenuItem* m, int checked)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMsgBox
alias da_uiMsgBox = void function(uiWindow* parent, cstring title, cstring description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMsgBoxError
alias da_uiMsgBoxError = void function(uiWindow* parent, cstring title, cstring description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMultilineEntryAppend
alias da_uiMultilineEntryAppend = void function(uiMultilineEntry* e, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMultilineEntryOnChanged
alias da_uiMultilineEntryOnChanged = void function(uiMultilineEntry* e, void function(uiMultilineEntry* e, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMultilineEntryReadOnly
alias da_uiMultilineEntryReadOnly = int function(uiMultilineEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMultilineEntrySetReadOnly
alias da_uiMultilineEntrySetReadOnly = void function(uiMultilineEntry* e, int readonly)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMultilineEntrySetText
alias da_uiMultilineEntrySetText = void function(uiMultilineEntry* e, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiMultilineEntryText
alias da_uiMultilineEntryText = cstring function(uiMultilineEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewArea
alias da_uiNewArea = uiArea* function(uiAreaHandler* ah)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewButton
alias da_uiNewButton = uiButton* function(cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewCheckbox
alias da_uiNewCheckbox = uiCheckbox* function(cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewColorButton
alias da_uiNewColorButton = uiColorButton* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewCombobox
alias da_uiNewCombobox = uiCombobox* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewDatePicker
alias da_uiNewDatePicker = uiDateTimePicker* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewDateTimePicker
alias da_uiNewDateTimePicker = uiDateTimePicker* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewEditableCombobox
alias da_uiNewEditableCombobox = uiCombobox* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewEntry
alias da_uiNewEntry = uiEntry* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewFontButton
alias da_uiNewFontButton = uiFontButton* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewGroup
alias da_uiNewGroup = uiGroup* function(cstring title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewHorizontalBox
alias da_uiNewHorizontalBox = uiBox* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewHorizontalSeparator
alias da_uiNewHorizontalSeparator = uiSeparator* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewLabel
alias da_uiNewLabel = uiLabel* function(cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewMenu
alias da_uiNewMenu = uiMenu* function(cstring name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewMultilineEntry
alias da_uiNewMultilineEntry = uiMultilineEntry* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewProgressBar
alias da_uiNewProgressBar = uiProgressBar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewRadioButtons
alias da_uiNewRadioButtons = uiRadioButtons* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewScrollingArea
alias da_uiNewScrollingArea = uiArea* function(uiAreaHandler* ah, intmax_t width, intmax_t height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewSlider
alias da_uiNewSlider = uiSlider* function(intmax_t min, intmax_t max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewSpinbox
alias da_uiNewSpinbox = uiSpinbox* function(intmax_t min, intmax_t max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewTab
alias da_uiNewTab = uiTab* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewTimePicker
alias da_uiNewTimePicker = uiDateTimePicker* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewVerticalBox
alias da_uiNewVerticalBox = uiBox* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiNewWindow
alias da_uiNewWindow = uiWindow* function(cstring title, int width, int height, int hasMenubar)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiOnShouldQuit
alias da_uiOnShouldQuit = void function(int function(void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiOpenFile
alias da_uiOpenFile = cstring function(uiWindow* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiProgressBarSetValue
alias da_uiProgressBarSetValue = void function(uiProgressBar* p, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiQueueMain
alias da_uiQueueMain = void function(void function(void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiQuit
alias da_uiQuit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiRadioButtonsAppend
alias da_uiRadioButtonsAppend = void function(uiRadioButtons* r, cstring text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiSaveFile
alias da_uiSaveFile = cstring function(uiWindow* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiSliderOnChanged
alias da_uiSliderOnChanged = void function(uiSlider* s, void function(uiSlider* s, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiSliderSetValue
alias da_uiSliderSetValue = void function(uiSlider* s, intmax_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiSliderValue
alias da_uiSliderValue = intmax_t function(uiSlider* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiSpinboxOnChanged
alias da_uiSpinboxOnChanged = void function(uiSpinbox* s, void function(uiSpinbox* s, void* data) f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiSpinboxSetValue
alias da_uiSpinboxSetValue = void function(uiSpinbox* s, intmax_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiSpinboxValue
alias da_uiSpinboxValue = intmax_t function(uiSpinbox* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiTabAppend
alias da_uiTabAppend = void function(uiTab* t, cstring name, uiControl* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiTabDelete
alias da_uiTabDelete = void function(uiTab* t, uintmax_t index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiTabInsertAt
alias da_uiTabInsertAt = void function(uiTab* t, cstring name, uintmax_t before, uiControl* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiTabMargined
alias da_uiTabMargined = int function(uiTab* t, uintmax_t page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiTabNumPages
alias da_uiTabNumPages = uintmax_t function(uiTab* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiTabSetMargined
alias da_uiTabSetMargined = void function(uiTab* t, uintmax_t page, int margined)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiUninit
alias da_uiUninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiWindowMargined
alias da_uiWindowMargined = int function(uiWindow* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiWindowOnClosing
alias da_uiWindowOnClosing = void function(uiWindow* w, onWindowClosingFunction f, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiWindowSetChild
alias da_uiWindowSetChild = void function(uiWindow* w, uiControl* child)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiWindowSetMargined
alias da_uiWindowSetMargined = void function(uiWindow* w, int margined)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiWindowSetTitle
alias da_uiWindowSetTitle = void function(uiWindow* w, cstring title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_uiWindowTitle
alias da_uiWindowTitle = cstring function(uiWindow* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- onWindowClosingFunction
alias onWindowClosingFunction = int function(uiWindow* w, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- uiAllocControl
da_uiAllocControl uiAllocControl;
Undocumented in source.
- uiAreaQueueRedrawAll
da_uiAreaQueueRedrawAll uiAreaQueueRedrawAll;
Undocumented in source.
- uiAreaScrollTo
da_uiAreaScrollTo uiAreaScrollTo;
Undocumented in source.
- uiAreaSetSize
da_uiAreaSetSize uiAreaSetSize;
Undocumented in source.
- uiBoxAppend
da_uiBoxAppend uiBoxAppend;
Undocumented in source.
- uiBoxDelete
da_uiBoxDelete uiBoxDelete;
Undocumented in source.
- uiBoxPadded
da_uiBoxPadded uiBoxPadded;
Undocumented in source.
- uiBoxSetPadded
da_uiBoxSetPadded uiBoxSetPadded;
Undocumented in source.
- uiButtonOnClicked
da_uiButtonOnClicked uiButtonOnClicked;
Undocumented in source.
- uiButtonSetText
da_uiButtonSetText uiButtonSetText;
Undocumented in source.
- uiButtonText
da_uiButtonText uiButtonText;
Undocumented in source.
- uiCheckboxChecked
da_uiCheckboxChecked uiCheckboxChecked;
Undocumented in source.
- uiCheckboxOnToggled
da_uiCheckboxOnToggled uiCheckboxOnToggled;
Undocumented in source.
- uiCheckboxSetChecked
da_uiCheckboxSetChecked uiCheckboxSetChecked;
Undocumented in source.
- uiCheckboxSetText
da_uiCheckboxSetText uiCheckboxSetText;
Undocumented in source.
- uiCheckboxText
da_uiCheckboxText uiCheckboxText;
Undocumented in source.
- uiColorButtonColor
da_uiColorButtonColor uiColorButtonColor;
Undocumented in source.
- uiColorButtonOnChanged
da_uiColorButtonOnChanged uiColorButtonOnChanged;
Undocumented in source.
- uiColorButtonSetColor
da_uiColorButtonSetColor uiColorButtonSetColor;
Undocumented in source.
- uiComboboxAppend
da_uiComboboxAppend uiComboboxAppend;
Undocumented in source.
- uiComboboxOnSelected
da_uiComboboxOnSelected uiComboboxOnSelected;
Undocumented in source.
- uiComboboxSelected
da_uiComboboxSelected uiComboboxSelected;
Undocumented in source.
- uiComboboxSetSelected
da_uiComboboxSetSelected uiComboboxSetSelected;
Undocumented in source.
- uiControlDestroy
da_uiControlDestroy uiControlDestroy;
Undocumented in source.
- uiControlDisable
da_uiControlDisable uiControlDisable;
Undocumented in source.
- uiControlEnable
da_uiControlEnable uiControlEnable;
Undocumented in source.
- uiControlEnabled
da_uiControlEnabled uiControlEnabled;
Undocumented in source.
- uiControlEnabledToUser
da_uiControlEnabledToUser uiControlEnabledToUser;
Undocumented in source.
- uiControlHandle
da_uiControlHandle uiControlHandle;
Undocumented in source.
- uiControlHide
da_uiControlHide uiControlHide;
Undocumented in source.
- uiControlParent
da_uiControlParent uiControlParent;
Undocumented in source.
- uiControlSetParent
da_uiControlSetParent uiControlSetParent;
Undocumented in source.
- uiControlShow
da_uiControlShow uiControlShow;
Undocumented in source.
- uiControlToplevel
da_uiControlToplevel uiControlToplevel;
Undocumented in source.
- uiControlVerifyDestroy
da_uiControlVerifyDestroy uiControlVerifyDestroy;
Undocumented in source.
- uiControlVerifySetParent
da_uiControlVerifySetParent uiControlVerifySetParent;
Undocumented in source.
- uiControlVisible
da_uiControlVisible uiControlVisible;
Undocumented in source.
- uiDrawClip
da_uiDrawClip uiDrawClip;
Undocumented in source.
- uiDrawFill
da_uiDrawFill uiDrawFill;
Undocumented in source.
- uiDrawFontFamiliesFamily
da_uiDrawFontFamiliesFamily uiDrawFontFamiliesFamily;
Undocumented in source.
- uiDrawFontFamiliesNumFamilies
da_uiDrawFontFamiliesNumFamilies uiDrawFontFamiliesNumFamilies;
Undocumented in source.
- uiDrawFreeFontFamilies
da_uiDrawFreeFontFamilies uiDrawFreeFontFamilies;
Undocumented in source.
- uiDrawFreePath
da_uiDrawFreePath uiDrawFreePath;
Undocumented in source.
- uiDrawFreeTextFont
da_uiDrawFreeTextFont uiDrawFreeTextFont;
Undocumented in source.
- uiDrawFreeTextLayout
da_uiDrawFreeTextLayout uiDrawFreeTextLayout;
Undocumented in source.
- uiDrawListFontFamilies
da_uiDrawListFontFamilies uiDrawListFontFamilies;
Undocumented in source.
- uiDrawLoadClosestFont
da_uiDrawLoadClosestFont uiDrawLoadClosestFont;
Undocumented in source.
- uiDrawMatrixInvert
da_uiDrawMatrixInvert uiDrawMatrixInvert;
Undocumented in source.
- uiDrawMatrixInvertible
da_uiDrawMatrixInvertible uiDrawMatrixInvertible;
Undocumented in source.
- uiDrawMatrixMultiply
da_uiDrawMatrixMultiply uiDrawMatrixMultiply;
Undocumented in source.
- uiDrawMatrixRotate
da_uiDrawMatrixRotate uiDrawMatrixRotate;
Undocumented in source.
- uiDrawMatrixScale
da_uiDrawMatrixScale uiDrawMatrixScale;
Undocumented in source.
- uiDrawMatrixSetIdentity
da_uiDrawMatrixSetIdentity uiDrawMatrixSetIdentity;
Undocumented in source.
- uiDrawMatrixSkew
da_uiDrawMatrixSkew uiDrawMatrixSkew;
Undocumented in source.
- uiDrawMatrixTransformPoint
da_uiDrawMatrixTransformPoint uiDrawMatrixTransformPoint;
Undocumented in source.
- uiDrawMatrixTransformSize
da_uiDrawMatrixTransformSize uiDrawMatrixTransformSize;
Undocumented in source.
- uiDrawMatrixTranslate
da_uiDrawMatrixTranslate uiDrawMatrixTranslate;
Undocumented in source.
- uiDrawNewPath
da_uiDrawNewPath uiDrawNewPath;
Undocumented in source.
- uiDrawNewTextLayout
da_uiDrawNewTextLayout uiDrawNewTextLayout;
Undocumented in source.
- uiDrawPathAddRectangle
da_uiDrawPathAddRectangle uiDrawPathAddRectangle;
Undocumented in source.
- uiDrawPathArcTo
da_uiDrawPathArcTo uiDrawPathArcTo;
Undocumented in source.
- uiDrawPathBezierTo
da_uiDrawPathBezierTo uiDrawPathBezierTo;
Undocumented in source.
- uiDrawPathCloseFigure
da_uiDrawPathCloseFigure uiDrawPathCloseFigure;
Undocumented in source.
- uiDrawPathEnd
da_uiDrawPathEnd uiDrawPathEnd;
Undocumented in source.
- uiDrawPathLineTo
da_uiDrawPathLineTo uiDrawPathLineTo;
Undocumented in source.
- uiDrawPathNewFigure
da_uiDrawPathNewFigure uiDrawPathNewFigure;
Undocumented in source.
- uiDrawPathNewFigureWithArc
da_uiDrawPathNewFigureWithArc uiDrawPathNewFigureWithArc;
Undocumented in source.
- uiDrawRestore
da_uiDrawRestore uiDrawRestore;
Undocumented in source.
- uiDrawSave
da_uiDrawSave uiDrawSave;
Undocumented in source.
- uiDrawStroke
da_uiDrawStroke uiDrawStroke;
Undocumented in source.
- uiDrawText
da_uiDrawText uiDrawText;
Undocumented in source.
- uiDrawTextFontDescribe
da_uiDrawTextFontDescribe uiDrawTextFontDescribe;
Undocumented in source.
- uiDrawTextFontGetMetrics
da_uiDrawTextFontGetMetrics uiDrawTextFontGetMetrics;
Undocumented in source.
- uiDrawTextFontHandle
da_uiDrawTextFontHandle uiDrawTextFontHandle;
Undocumented in source.
- uiDrawTextLayoutExtents
da_uiDrawTextLayoutExtents uiDrawTextLayoutExtents;
Undocumented in source.
- uiDrawTextLayoutSetColor
da_uiDrawTextLayoutSetColor uiDrawTextLayoutSetColor;
Undocumented in source.
- uiDrawTextLayoutSetWidth
da_uiDrawTextLayoutSetWidth uiDrawTextLayoutSetWidth;
Undocumented in source.
- uiDrawTransform
da_uiDrawTransform uiDrawTransform;
Undocumented in source.
- uiEntryOnChanged
da_uiEntryOnChanged uiEntryOnChanged;
Undocumented in source.
- uiEntryReadOnly
da_uiEntryReadOnly uiEntryReadOnly;
Undocumented in source.
- uiEntrySetReadOnly
da_uiEntrySetReadOnly uiEntrySetReadOnly;
Undocumented in source.
- uiEntrySetText
da_uiEntrySetText uiEntrySetText;
Undocumented in source.
- uiEntryText
da_uiEntryText uiEntryText;
Undocumented in source.
- uiFontButtonFont
da_uiFontButtonFont uiFontButtonFont;
Undocumented in source.
- uiFontButtonOnChanged
da_uiFontButtonOnChanged uiFontButtonOnChanged;
Undocumented in source.
- uiFreeControl
da_uiFreeControl uiFreeControl;
Undocumented in source.
- uiFreeInitError
da_uiFreeInitError uiFreeInitError;
Undocumented in source.
- uiFreeText
da_uiFreeText uiFreeText;
Undocumented in source.
- uiGroupMargined
da_uiGroupMargined uiGroupMargined;
Undocumented in source.
- uiGroupSetChild
da_uiGroupSetChild uiGroupSetChild;
Undocumented in source.
- uiGroupSetMargined
da_uiGroupSetMargined uiGroupSetMargined;
Undocumented in source.
- uiGroupSetTitle
da_uiGroupSetTitle uiGroupSetTitle;
Undocumented in source.
- uiGroupTitle
da_uiGroupTitle uiGroupTitle;
Undocumented in source.
- uiInit
da_uiInit uiInit;
Undocumented in source.
- uiLabelSetText
da_uiLabelSetText uiLabelSetText;
Undocumented in source.
- uiLabelText
da_uiLabelText uiLabelText;
Undocumented in source.
- uiMain
da_uiMain uiMain;
Undocumented in source.
- uiMenuAppendAboutItem
da_uiMenuAppendAboutItem uiMenuAppendAboutItem;
Undocumented in source.
- uiMenuAppendCheckItem
da_uiMenuAppendCheckItem uiMenuAppendCheckItem;
Undocumented in source.
- uiMenuAppendItem
da_uiMenuAppendItem uiMenuAppendItem;
Undocumented in source.
- uiMenuAppendPreferencesItem
da_uiMenuAppendPreferencesItem uiMenuAppendPreferencesItem;
Undocumented in source.
- uiMenuAppendQuitItem
da_uiMenuAppendQuitItem uiMenuAppendQuitItem;
Undocumented in source.
- uiMenuAppendSeparator
da_uiMenuAppendSeparator uiMenuAppendSeparator;
Undocumented in source.
- uiMenuItemChecked
da_uiMenuItemChecked uiMenuItemChecked;
Undocumented in source.
- uiMenuItemDisable
da_uiMenuItemDisable uiMenuItemDisable;
Undocumented in source.
- uiMenuItemEnable
da_uiMenuItemEnable uiMenuItemEnable;
Undocumented in source.
- uiMenuItemOnClicked
da_uiMenuItemOnClicked uiMenuItemOnClicked;
Undocumented in source.
- uiMenuItemSetChecked
da_uiMenuItemSetChecked uiMenuItemSetChecked;
Undocumented in source.
- uiMsgBox
da_uiMsgBox uiMsgBox;
Undocumented in source.
- uiMsgBoxError
da_uiMsgBoxError uiMsgBoxError;
Undocumented in source.
- uiMultilineEntryAppend
da_uiMultilineEntryAppend uiMultilineEntryAppend;
Undocumented in source.
- uiMultilineEntryOnChanged
da_uiMultilineEntryOnChanged uiMultilineEntryOnChanged;
Undocumented in source.
- uiMultilineEntryReadOnly
da_uiMultilineEntryReadOnly uiMultilineEntryReadOnly;
Undocumented in source.
- uiMultilineEntrySetReadOnly
da_uiMultilineEntrySetReadOnly uiMultilineEntrySetReadOnly;
Undocumented in source.
- uiMultilineEntrySetText
da_uiMultilineEntrySetText uiMultilineEntrySetText;
Undocumented in source.
- uiMultilineEntryText
da_uiMultilineEntryText uiMultilineEntryText;
Undocumented in source.
- uiNewArea
da_uiNewArea uiNewArea;
Undocumented in source.
- uiNewButton
da_uiNewButton uiNewButton;
Undocumented in source.
- uiNewCheckbox
da_uiNewCheckbox uiNewCheckbox;
Undocumented in source.
- uiNewColorButton
da_uiNewColorButton uiNewColorButton;
Undocumented in source.
- uiNewCombobox
da_uiNewCombobox uiNewCombobox;
Undocumented in source.
- uiNewDatePicker
da_uiNewDatePicker uiNewDatePicker;
Undocumented in source.
- uiNewDateTimePicker
da_uiNewDateTimePicker uiNewDateTimePicker;
Undocumented in source.
- uiNewEditableCombobox
da_uiNewEditableCombobox uiNewEditableCombobox;
Undocumented in source.
- uiNewEntry
da_uiNewEntry uiNewEntry;
Undocumented in source.
- uiNewFontButton
da_uiNewFontButton uiNewFontButton;
Undocumented in source.
- uiNewGroup
da_uiNewGroup uiNewGroup;
Undocumented in source.
- uiNewHorizontalBox
da_uiNewHorizontalBox uiNewHorizontalBox;
Undocumented in source.
- uiNewHorizontalSeparator
da_uiNewHorizontalSeparator uiNewHorizontalSeparator;
Undocumented in source.
- uiNewLabel
da_uiNewLabel uiNewLabel;
Undocumented in source.
- uiNewMenu
da_uiNewMenu uiNewMenu;
Undocumented in source.
- uiNewMultilineEntry
da_uiNewMultilineEntry uiNewMultilineEntry;
Undocumented in source.
- uiNewProgressBar
da_uiNewProgressBar uiNewProgressBar;
Undocumented in source.
- uiNewRadioButtons
da_uiNewRadioButtons uiNewRadioButtons;
Undocumented in source.
- uiNewScrollingArea
da_uiNewScrollingArea uiNewScrollingArea;
Undocumented in source.
- uiNewSlider
da_uiNewSlider uiNewSlider;
Undocumented in source.
- uiNewSpinbox
da_uiNewSpinbox uiNewSpinbox;
Undocumented in source.
- uiNewTab
da_uiNewTab uiNewTab;
Undocumented in source.
- uiNewTimePicker
da_uiNewTimePicker uiNewTimePicker;
Undocumented in source.
- uiNewVerticalBox
da_uiNewVerticalBox uiNewVerticalBox;
Undocumented in source.
- uiNewWindow
da_uiNewWindow uiNewWindow;
Undocumented in source.
- uiOnShouldQuit
da_uiOnShouldQuit uiOnShouldQuit;
Undocumented in source.
- uiOpenFile
da_uiOpenFile uiOpenFile;
Undocumented in source.
- uiProgressBarSetValue
da_uiProgressBarSetValue uiProgressBarSetValue;
Undocumented in source.
- uiQueueMain
da_uiQueueMain uiQueueMain;
Undocumented in source.
- uiQuit
da_uiQuit uiQuit;
Undocumented in source.
- uiRadioButtonsAppend
da_uiRadioButtonsAppend uiRadioButtonsAppend;
Undocumented in source.
- uiSaveFile
da_uiSaveFile uiSaveFile;
Undocumented in source.
- uiSliderOnChanged
da_uiSliderOnChanged uiSliderOnChanged;
Undocumented in source.
- uiSliderSetValue
da_uiSliderSetValue uiSliderSetValue;
Undocumented in source.
- uiSliderValue
da_uiSliderValue uiSliderValue;
Undocumented in source.
- uiSpinboxOnChanged
da_uiSpinboxOnChanged uiSpinboxOnChanged;
Undocumented in source.
- uiSpinboxSetValue
da_uiSpinboxSetValue uiSpinboxSetValue;
Undocumented in source.
- uiSpinboxValue
da_uiSpinboxValue uiSpinboxValue;
Undocumented in source.
- uiTabAppend
da_uiTabAppend uiTabAppend;
Undocumented in source.
- uiTabDelete
da_uiTabDelete uiTabDelete;
Undocumented in source.
- uiTabInsertAt
da_uiTabInsertAt uiTabInsertAt;
Undocumented in source.
- uiTabMargined
da_uiTabMargined uiTabMargined;
Undocumented in source.
- uiTabNumPages
da_uiTabNumPages uiTabNumPages;
Undocumented in source.
- uiTabSetMargined
da_uiTabSetMargined uiTabSetMargined;
Undocumented in source.
- uiUninit
da_uiUninit uiUninit;
Undocumented in source.
- uiWindowMargined
da_uiWindowMargined uiWindowMargined;
Undocumented in source.
- uiWindowOnClosing
da_uiWindowOnClosing uiWindowOnClosing;
Undocumented in source.
- uiWindowSetChild
da_uiWindowSetChild uiWindowSetChild;
Undocumented in source.
- uiWindowSetMargined
da_uiWindowSetMargined uiWindowSetMargined;
Undocumented in source.
- uiWindowSetTitle
da_uiWindowSetTitle uiWindowSetTitle;
Undocumented in source.
- uiWindowTitle
da_uiWindowTitle uiWindowTitle;
Undocumented in source.