Added left gui

This commit is contained in:
Cooldude2606
2017-12-22 16:43:38 +00:00
parent c53d08142f
commit bbbcd3c46b
3 changed files with 117 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ local center = {}
center._center = {}
--- Adds a new obj to the center gui
-- @usage center.add{name='foo',caption='Foo',tooltip='Testing',draw=function}
-- @usage Gui.center.add{name='foo',caption='Foo',tooltip='Testing',draw=function}
-- @param obj contains the new object, needs name, fraw is opt and is function(root_frame)
-- @return the object made, used to add tabs
function center.add(obj)