- cstring
alias cstring = const(char)*
Undocumented in source.
- 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_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_uiFreeInitError
alias da_uiFreeInitError = void function(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.
- 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_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_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_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_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_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.
- onWindowClosingFunction
alias onWindowClosingFunction = int function(uiWindow* w, void* data) nothrow
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.