uiΒΆ
A package of functions dedicated to managing UI
Functions:
| ui.border | (
|
Create a Border window |
| ui.control | (
|
Create a dedicated Window that can control a Plug or a list of Plugs |
| ui.droplist | (
|
Create an DropList window |
| ui.dyntext | (
|
Create a static Text window |
| ui.edit | (
|
Create an Edit window |
| ui.editbox | (
|
Create an EditBox window |
| ui.editnode | (
|
Set the ui to edit a node |
| ui.focusview | (
|
Focus the first view of the given type, or create a new one in the active tab if none found |
| ui.getthemepath | ( ) | Get the current theme path |
| ui.linker | (
|
Open a Linker with preselected mode |
| ui.linkerbox | (
|
Open a Linker within a TitleWindow with preselected mode |
| ui.loadlayout | (
|
Load a window layout file, replace the current layout |
| ui.loadtheme | (
|
Load a theme file |
| ui.propertybox | (
[
|
Open a property box window |
| ui.quad | (
|
Create a Quad window |
| ui.savelayout | (
|
Save the current window layout into a file |
| ui.savetheme | (
|
Save a theme file |
| ui.setmousebuttonhandler | (
|
Binds the provided handler to the window event |
| ui.text | (
|
Create a static Text window |
| ui.textbutton | (
|
Create a TextButton |
| ui.titlewindow | (
|
Create an TitleWindow. You must call the show method to make the window visible. |
| ui.tree | (
|
Create an Tree |
| ui.treeex | (
|
Create a TreeEx |
| ui.window | (
|
Create a simple Window |