- borderless
bool borderless()
Undocumented in source. Be warned that the author may not have intended to support it.
- center
Window center()
Undocumented in source. Be warned that the author may not have intended to support it.
- contentSize
auto contentSize()
Undocumented in source. Be warned that the author may not have intended to support it.
- fullScreen
bool fullScreen()
Undocumented in source. Be warned that the author may not have intended to support it.
- margined
bool margined()
Undocumented in source. Be warned that the author may not have intended to support it.
- msgBox
Window msgBox(string title, string discription)
Undocumented in source. Be warned that the author may not have intended to support it.
- msgBoxError
Window msgBoxError(string title, string discription)
Undocumented in source. Be warned that the author may not have intended to support it.
- openFile
string openFile()
Undocumented in source. Be warned that the author may not have intended to support it.
- position
auto position()
Undocumented in source. Be warned that the author may not have intended to support it.
- saveFile
string saveFile()
Undocumented in source. Be warned that the author may not have intended to support it.
- setBorderless
Window setBorderless(bool borderless)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChild
Window setChild(Control child)
Undocumented in source. Be warned that the author may not have intended to support it.
- setContentSize
Window setContentSize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFullScreen
Window setFullScreen(bool fullscreen)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMargined
Window setMargined(bool margined)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPosition
Window setPosition(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTitle
Window setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
- title
string title()
Undocumented in source. Be warned that the author may not have intended to support it.
- _control
uiControl* _control;
Undocumented in source.
- _parent
Control _parent;
Undocumented in source.
- _children
Control[] _children;
Undocumented in source.
- handle
uintptr_t handle()
Undocumented in source. Be warned that the author may not have intended to support it.
- parent
Control parent()
Undocumented in source. Be warned that the author may not have intended to support it.
- setParent
Control setParent(Control parent)
Undocumented in source. Be warned that the author may not have intended to support it.
- topLevel
bool topLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
- visible
bool visible()
Undocumented in source. Be warned that the author may not have intended to support it.
- show
Control show()
Undocumented in source. Be warned that the author may not have intended to support it.
- hide
Control hide()
Undocumented in source. Be warned that the author may not have intended to support it.
- enabled
bool enabled()
Undocumented in source. Be warned that the author may not have intended to support it.
- enable
Control enable()
Undocumented in source. Be warned that the author may not have intended to support it.
- disable
Control disable()
Undocumented in source. Be warned that the author may not have intended to support it.
- verifySetParent
Control verifySetParent(Control other)
Undocumented in source. Be warned that the author may not have intended to support it.
- enabledToUser
bool enabledToUser()
Undocumented in source. Be warned that the author may not have intended to support it.