From b29ade63e3e6b4b3b163907e391f2968193ba7be Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 27 Oct 2021 00:59:57 -0500 Subject: Correct documentation --- src/client/lua_api/gui/iguitreeview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/lua_api/gui/iguitreeview.cpp') 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? -- cgit v1.2.3-70-g09d2