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.disableupdates | ( ) | Globally disables UI updates |
| 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.enableupdates | ( ) | Globally enables UI updates |
| ui.focusview | (
|
Focus the first view of the given type, or create a new one in the active tab if none found |
| ui.getactiveview | ( ) | Return the current active view (the one with the orange frame) |
| ui.getactiveviewpath | ( ) | Return the path to the node edited in the current active view |
| ui.getrootwindows | ( ) | Return a table of all root windows |
| 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.setactiveviewpath | (
|
Set the active view to edit a node |
| 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 |
- ui.border
- ui.control
- ui.disableupdates
- ui.droplist
- ui.dyntext
- ui.edit
- ui.editbox
- ui.editnode
- ui.enableupdates
- ui.focusview
- ui.getactiveview
- ui.getactiveviewpath
- ui.getrootwindows
- ui.getthemepath
- ui.linker
- ui.linkerbox
- ui.loadlayout
- ui.loadtheme
- ui.propertybox
- ui.quad
- ui.savelayout
- ui.savetheme
- ui.setactiveviewpath
- ui.setmousebuttonhandler
- ui.text
- ui.textbutton
- ui.titlewindow
- ui.tree
- ui.treeex
- ui.window