diff options
Diffstat (limited to 'src/client/lua_api/gui/iguitreeview.cpp')
| -rw-r--r-- | src/client/lua_api/gui/iguitreeview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/lua_api/gui/iguitreeview.cpp b/src/client/lua_api/gui/iguitreeview.cpp index 3778a50..ff4e655 100644 --- a/src/client/lua_api/gui/iguitreeview.cpp +++ b/src/client/lua_api/gui/iguitreeview.cpp @@ -18,10 +18,10 @@ using namespace gui; extern IrrlichtDevice* device; /*** +Creates a new tree view. +Creates a tree view where nodes can be expanded to show extra information, or more subtrees. @function gui.newtreeview() -Creates a new tree view -@tparam dimensions rect The rectangle to place the tree view at. -If the box has a parent, it is offset from the upper-left of the parent element. +@tparam dimensions rect The rectangle to place the tree view at. If the box has a parent, it is offset from the upper-left of the parent element. @tparam? iguielement parent The parent element of the button. @tparam? boolean draw_background Should we draw a background for the tree view? @tparam? boolean vertical_scroll Should there be a vertical scroll bar? |
