ui.Core

Undocumented in source.

Public Imports

ui.Def
public import ui.Def;
Undocumented in source.

Members

Functions

toString
string toString(char* source)
Undocumented in source. Be warned that the author may not have intended to support it.
uiAllocControl
uiControl* uiAllocControl(size_t n, uint32_t OSsig, uint32_t typesig, const(char)* typenamestr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiAreaQueueRedrawAll
void uiAreaQueueRedrawAll(uiArea* a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiAreaScrollTo
void uiAreaScrollTo(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.
uiAreaSetSize
void uiAreaSetSize(uiArea* a, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiBoxAppend
void uiBoxAppend(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.
uiBoxDelete
void uiBoxDelete(uiBox* b, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiBoxPadded
int uiBoxPadded(uiBox* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiBoxSetPadded
void uiBoxSetPadded(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.
uiButtonOnClicked
void uiButtonOnClicked(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.
uiButtonSetText
void uiButtonSetText(uiButton* b, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiButtonText
char* uiButtonText(uiButton* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiCheckboxChecked
int uiCheckboxChecked(uiCheckbox* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiCheckboxOnToggled
void uiCheckboxOnToggled(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.
uiCheckboxSetChecked
void uiCheckboxSetChecked(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.
uiCheckboxSetText
void uiCheckboxSetText(uiCheckbox* c, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiCheckboxText
char* uiCheckboxText(uiCheckbox* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiColorButtonColor
void uiColorButtonColor(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.
uiColorButtonOnChanged
void uiColorButtonOnChanged(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.
uiColorButtonSetColor
void uiColorButtonSetColor(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.
uiComboboxAppend
void uiComboboxAppend(uiCombobox* c, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiComboboxOnSelected
void uiComboboxOnSelected(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.
uiComboboxSelected
int uiComboboxSelected(uiCombobox* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiComboboxSetSelected
void uiComboboxSetSelected(uiCombobox* c, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlDestroy
void uiControlDestroy(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlDisable
void uiControlDisable(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlEnable
void uiControlEnable(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlEnabled
int uiControlEnabled(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlEnabledToUser
int uiControlEnabledToUser(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlHandle
uintptr_t uiControlHandle(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlHide
void uiControlHide(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlParent
uiControl* uiControlParent(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlSetParent
void uiControlSetParent(uiControl* , uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlShow
void uiControlShow(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlToplevel
int uiControlToplevel(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlVerifySetParent
void uiControlVerifySetParent(uiControl* , uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControlVisible
int uiControlVisible(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawClip
void uiDrawClip(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.
uiDrawFill
void uiDrawFill(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.
uiDrawFontFamiliesFamily
char* uiDrawFontFamiliesFamily(uiDrawFontFamilies* ff, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawFontFamiliesNumFamilies
int uiDrawFontFamiliesNumFamilies(uiDrawFontFamilies* ff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawFreeFontFamilies
void uiDrawFreeFontFamilies(uiDrawFontFamilies* ff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawFreePath
void uiDrawFreePath(uiDrawPath* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawFreeTextFont
void uiDrawFreeTextFont(uiDrawTextFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawFreeTextLayout
void uiDrawFreeTextLayout(uiDrawTextLayout* layout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawListFontFamilies
uiDrawFontFamilies* uiDrawListFontFamilies()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawLoadClosestFont
uiDrawTextFont* uiDrawLoadClosestFont(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.
uiDrawMatrixInvert
int uiDrawMatrixInvert(uiDrawMatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawMatrixInvertible
int uiDrawMatrixInvertible(uiDrawMatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawMatrixMultiply
void uiDrawMatrixMultiply(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.
uiDrawMatrixRotate
void uiDrawMatrixRotate(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.
uiDrawMatrixScale
void uiDrawMatrixScale(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.
uiDrawMatrixSetIdentity
void uiDrawMatrixSetIdentity(uiDrawMatrix* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawMatrixSkew
void uiDrawMatrixSkew(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.
uiDrawMatrixTransformPoint
void uiDrawMatrixTransformPoint(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.
uiDrawMatrixTransformSize
void uiDrawMatrixTransformSize(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.
uiDrawMatrixTranslate
void uiDrawMatrixTranslate(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.
uiDrawNewPath
uiDrawPath* uiDrawNewPath(FillMode fillMode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawNewTextLayout
uiDrawTextLayout* uiDrawNewTextLayout(const(char)* 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.
uiDrawPathAddRectangle
void uiDrawPathAddRectangle(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.
uiDrawPathArcTo
void uiDrawPathArcTo(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.
uiDrawPathBezierTo
void uiDrawPathBezierTo(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.
uiDrawPathCloseFigure
void uiDrawPathCloseFigure(uiDrawPath* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawPathEnd
void uiDrawPathEnd(uiDrawPath* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawPathLineTo
void uiDrawPathLineTo(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.
uiDrawPathNewFigure
void uiDrawPathNewFigure(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.
uiDrawPathNewFigureWithArc
void uiDrawPathNewFigureWithArc(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.
uiDrawRestore
void uiDrawRestore(uiDrawContext* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawSave
void uiDrawSave(uiDrawContext* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawStroke
void uiDrawStroke(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.
uiDrawText
void uiDrawText(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.
uiDrawTextFontDescribe
void uiDrawTextFontDescribe(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.
uiDrawTextFontGetMetrics
void uiDrawTextFontGetMetrics(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.
uiDrawTextFontHandle
uintptr_t uiDrawTextFontHandle(uiDrawTextFont* font)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawTextLayoutExtents
void uiDrawTextLayoutExtents(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.
uiDrawTextLayoutSetColor
void uiDrawTextLayoutSetColor(uiDrawTextLayout* layout, int startChar, int 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.
uiDrawTextLayoutSetWidth
void uiDrawTextLayoutSetWidth(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.
uiDrawTransform
void uiDrawTransform(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.
uiEditableComboboxAppend
void uiEditableComboboxAppend(uiEditableCombobox* c, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiEditableComboboxOnChanged
void uiEditableComboboxOnChanged(uiEditableCombobox* c, void function(uiEditableCombobox* 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.
uiEditableComboboxSetText
void uiEditableComboboxSetText(uiEditableCombobox* c, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiEditableComboboxText
char* uiEditableComboboxText(uiEditableCombobox* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiEntryOnChanged
void uiEntryOnChanged(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.
uiEntryReadOnly
int uiEntryReadOnly(uiEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiEntrySetReadOnly
void uiEntrySetReadOnly(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.
uiEntrySetText
void uiEntrySetText(uiEntry* e, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiEntryText
char* uiEntryText(uiEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFontButtonFont
uiDrawTextFont* uiFontButtonFont(uiFontButton* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFontButtonOnChanged
void uiFontButtonOnChanged(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.
uiFormAppend
void uiFormAppend(uiForm* f, const(char)* label, uiControl* c, int stretchy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFormDelete
void uiFormDelete(uiForm* f, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFormPadded
int uiFormPadded(uiForm* f)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFormSetPadded
void uiFormSetPadded(uiForm* f, int padded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFreeControl
void uiFreeControl(uiControl* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFreeInitError
void uiFreeInitError(const(char)* err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFreeText
void uiFreeText(char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGridAppend
void uiGridAppend(uiGrid* g, uiControl* c, int left, int top, int xspan, int yspan, int hexpand, Align halign, int vexpand, Align valign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGridInsertAt
void uiGridInsertAt(uiGrid* g, uiControl* c, uiControl* existing, At at, int xspan, int yspan, int hexpand, Align halign, int vexpand, Align valign)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGridPadded
int uiGridPadded(uiGrid* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGridSetPadded
void uiGridSetPadded(uiGrid* g, int padded)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGroupMargined
int uiGroupMargined(uiGroup* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGroupSetChild
void uiGroupSetChild(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.
uiGroupSetMargined
void uiGroupSetMargined(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.
uiGroupSetTitle
void uiGroupSetTitle(uiGroup* g, 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.
uiGroupTitle
char* uiGroupTitle(uiGroup* g)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiInit
const(char)* uiInit(uiInitOptions* options)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiLabelSetText
void uiLabelSetText(uiLabel* l, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiLabelText
char* uiLabelText(uiLabel* l)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMain
void uiMain()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMainStep
int uiMainStep(int wait)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMainSteps
void uiMainSteps()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuAppendAboutItem
uiMenuItem* uiMenuAppendAboutItem(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuAppendCheckItem
uiMenuItem* uiMenuAppendCheckItem(uiMenu* m, 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.
uiMenuAppendItem
uiMenuItem* uiMenuAppendItem(uiMenu* m, 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.
uiMenuAppendPreferencesItem
uiMenuItem* uiMenuAppendPreferencesItem(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuAppendQuitItem
uiMenuItem* uiMenuAppendQuitItem(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuAppendSeparator
void uiMenuAppendSeparator(uiMenu* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuItemChecked
int uiMenuItemChecked(uiMenuItem* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuItemDisable
void uiMenuItemDisable(uiMenuItem* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuItemEnable
void uiMenuItemEnable(uiMenuItem* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuItemOnClicked
void uiMenuItemOnClicked(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.
uiMenuItemSetChecked
void uiMenuItemSetChecked(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.
uiMsgBox
void uiMsgBox(uiWindow* parent, const(char)* title, const(char)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMsgBoxError
void uiMsgBoxError(uiWindow* parent, const(char)* title, const(char)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMultilineEntryAppend
void uiMultilineEntryAppend(uiMultilineEntry* e, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMultilineEntryOnChanged
void uiMultilineEntryOnChanged(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.
uiMultilineEntryReadOnly
int uiMultilineEntryReadOnly(uiMultilineEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMultilineEntrySetReadOnly
void uiMultilineEntrySetReadOnly(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.
uiMultilineEntrySetText
void uiMultilineEntrySetText(uiMultilineEntry* e, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMultilineEntryText
char* uiMultilineEntryText(uiMultilineEntry* e)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewArea
uiArea* uiNewArea(uiAreaHandler* ah)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewButton
uiButton* uiNewButton(char* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewCheckbox
uiCheckbox* uiNewCheckbox(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewColorButton
uiColorButton* uiNewColorButton()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewCombobox
uiCombobox* uiNewCombobox()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewDatePicker
uiDateTimePicker* uiNewDatePicker()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewDateTimePicker
uiDateTimePicker* uiNewDateTimePicker()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewEditableCombobox
uiEditableCombobox* uiNewEditableCombobox()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewEntry
uiEntry* uiNewEntry()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewFontButton
uiFontButton* uiNewFontButton()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewForm
uiForm* uiNewForm()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewGrid
uiGrid* uiNewGrid()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewGroup
uiGroup* uiNewGroup(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.
uiNewHorizontalBox
uiBox* uiNewHorizontalBox()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewHorizontalSeparator
uiSeparator* uiNewHorizontalSeparator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewLabel
uiLabel* uiNewLabel(const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewMenu
uiMenu* uiNewMenu(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.
uiNewMultilineEntry
uiMultilineEntry* uiNewMultilineEntry()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewNonWrappingMultilineEntry
uiMultilineEntry* uiNewNonWrappingMultilineEntry()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewPasswordEntry
uiEntry* uiNewPasswordEntry()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewProgressBar
uiProgressBar* uiNewProgressBar()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewRadioButtons
uiRadioButtons* uiNewRadioButtons()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewScrollingArea
uiArea* uiNewScrollingArea(uiAreaHandler* ah, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewSearchEntry
uiEntry* uiNewSearchEntry()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewSlider
uiSlider* uiNewSlider(int min, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewSpinbox
uiSpinbox* uiNewSpinbox(int min, int max)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewTab
uiTab* uiNewTab()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewTimePicker
uiDateTimePicker* uiNewTimePicker()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewVerticalBox
uiBox* uiNewVerticalBox()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewVerticalSeparator
uiSeparator* uiNewVerticalSeparator()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiNewWindow
uiWindow* uiNewWindow(const(char)* 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.
uiOnShouldQuit
void uiOnShouldQuit(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.
uiOpenFile
char* uiOpenFile(uiWindow* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiProgressBarSetValue
void uiProgressBarSetValue(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.
uiProgressBarValue
int uiProgressBarValue(uiProgressBar* p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiQueueMain
void uiQueueMain(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.
uiQuit
void uiQuit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiRadioButtonsAppend
void uiRadioButtonsAppend(uiRadioButtons* r, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiRadioButtonsOnSelected
void uiRadioButtonsOnSelected(uiRadioButtons* r, void function(uiRadioButtons*, 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.
uiRadioButtonsSelected
int uiRadioButtonsSelected(uiRadioButtons* r)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiRadioButtonsSetSelected
void uiRadioButtonsSetSelected(uiRadioButtons* r, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSaveFile
char* uiSaveFile(uiWindow* parent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSliderOnChanged
void uiSliderOnChanged(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.
uiSliderSetValue
void uiSliderSetValue(uiSlider* s, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSliderValue
int uiSliderValue(uiSlider* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSpinboxOnChanged
void uiSpinboxOnChanged(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.
uiSpinboxSetValue
void uiSpinboxSetValue(uiSpinbox* s, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSpinboxValue
int uiSpinboxValue(uiSpinbox* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiTabAppend
void uiTabAppend(uiTab* t, const(char)* 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.
uiTabDelete
void uiTabDelete(uiTab* t, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiTabInsertAt
void uiTabInsertAt(uiTab* t, const(char)* name, int 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.
uiTabMargined
int uiTabMargined(uiTab* t, int page)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiTabNumPages
int uiTabNumPages(uiTab* t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiTabSetMargined
void uiTabSetMargined(uiTab* t, int 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.
uiUninit
void uiUninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiUserBugCannotSetParentOnToplevel
void uiUserBugCannotSetParentOnToplevel(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.
uiWindowBorderless
int uiWindowBorderless(uiWindow* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowCenter
void uiWindowCenter(uiWindow* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowContentSize
void uiWindowContentSize(uiWindow* w, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowFullscreen
int uiWindowFullscreen(uiWindow* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowMargined
int uiWindowMargined(uiWindow* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowOnClosing
void uiWindowOnClosing(uiWindow* w, int function(uiWindow* w, 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.
uiWindowOnContentSizeChanged
void uiWindowOnContentSizeChanged(uiWindow* w, void function(uiWindow*, 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.
uiWindowOnPositionChanged
void uiWindowOnPositionChanged(uiWindow* w, void function(uiWindow*, 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.
uiWindowPosition
void uiWindowPosition(uiWindow* w, 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.
uiWindowSetBorderless
void uiWindowSetBorderless(uiWindow* w, int borderless)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowSetChild
void uiWindowSetChild(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.
uiWindowSetContentSize
void uiWindowSetContentSize(uiWindow* w, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowSetFullscreen
void uiWindowSetFullscreen(uiWindow* w, int fullscreen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindowSetMargined
void uiWindowSetMargined(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.
uiWindowSetPosition
void uiWindowSetPosition(uiWindow* w, 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.
uiWindowSetTitle
void uiWindowSetTitle(uiWindow* w, 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.
uiWindowTitle
char* uiWindowTitle(uiWindow* w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixin templates

EventListenerMixin
mixintemplate EventListenerMixin(string Event, TargetT = NoneTypeTag, ReturnT = void)
Undocumented in source.

Structs

NoneTypeTag
struct NoneTypeTag
Undocumented in source.
uiArea
struct uiArea
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiAreaDrawParams
struct uiAreaDrawParams
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiAreaHandler
struct uiAreaHandler
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiAreaKeyEvent
struct uiAreaKeyEvent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiAreaMouseEvent
struct uiAreaMouseEvent
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiBox
struct uiBox
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiButton
struct uiButton
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiCheckbox
struct uiCheckbox
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiColorButton
struct uiColorButton
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiCombobox
struct uiCombobox
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiControl
struct uiControl
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDateTimePicker
struct uiDateTimePicker
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawBrush
struct uiDrawBrush
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawBrushGradientStop
struct uiDrawBrushGradientStop
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawContext
struct uiDrawContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawFontFamilies
struct uiDrawFontFamilies

// TODO reconsider this

uiDrawMatrix
struct uiDrawMatrix
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawPath
struct uiDrawPath
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawStrokeParams
struct uiDrawStrokeParams
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawTextFont
struct uiDrawTextFont
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawTextFontDescriptor
struct uiDrawTextFontDescriptor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawTextFontMetrics
struct uiDrawTextFontMetrics
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiDrawTextLayout
struct uiDrawTextLayout

// END TODO

uiEditableCombobox
struct uiEditableCombobox
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiEntry
struct uiEntry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiFontButton
struct uiFontButton
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiForm
struct uiForm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGrid
struct uiGrid
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiGroup
struct uiGroup
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiInitOptions
struct uiInitOptions
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiLabel
struct uiLabel
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenu
struct uiMenu
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMenuItem
struct uiMenuItem
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiMultilineEntry
struct uiMultilineEntry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiProgressBar
struct uiProgressBar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiRadioButtons
struct uiRadioButtons
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSeparator
struct uiSeparator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSlider
struct uiSlider
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiSpinbox
struct uiSpinbox
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiTab
struct uiTab
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uiWindow
struct uiWindow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta