From c38d5eca7091fc7f0206ed0c746622022b2ae508 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 10 Sep 2018 23:11:08 -0400 Subject: Added documentation Also added treeview guielemnt Also added ifilesystem guielement Also added io library --- src/client/lua_api/gui/iguibutton.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/lua_api/gui/iguibutton.cpp') diff --git a/src/client/lua_api/gui/iguibutton.cpp b/src/client/lua_api/gui/iguibutton.cpp index fa4370f..aabc992 100644 --- a/src/client/lua_api/gui/iguibutton.cpp +++ b/src/client/lua_api/gui/iguibutton.cpp @@ -30,10 +30,10 @@ char lhashkey[20]; /*** @function newbutton() Creates a new checkbox -@tparam dimensions rect The rectangle to place the button at. If the box has a parent, +@tparam rect dimensions The rectangle to place the button at. If the box has a parent, it is offset from the upper-left of the parent element. -@tparam parent (iguielement | nil) parent The parent element of the button. -@tparam default_text (string | nil) default_text The default text to have in the button +@tparam string default_text The default text to have in the button +@tparam ?iguielement parent The parent element of the button. @treturn iguibutton The button element */ //gui.newbutton({{sx,sy},{ex,ey}},"text"[,parent]) -- cgit v1.2.3-70-g09d2