294 B
294 B
Object
show
Shows the object (only if the parent frame is already visible)
Returns
objectThe object in use
Usage
- Shows a frame
local mainFrame = basalt.createFrame()
local button = mainFrame:addButton()
button:show()
<button visible="true" />