Updated some formatting
Updated formatting for object
This commit is contained in:
@@ -1,15 +1,23 @@
|
||||
# Object
|
||||
|
||||
## show
|
||||
|
||||
Shows the object (only if the parent frame is already visible)
|
||||
#### Returns:
|
||||
|
||||
### Returns
|
||||
|
||||
1. `object` The object in use
|
||||
|
||||
#### Usage:
|
||||
### Usage
|
||||
|
||||
* Shows a frame
|
||||
|
||||
```lua
|
||||
local mainFrame = basalt.createFrame()
|
||||
local button = mainFrame:addButton()
|
||||
button:show()
|
||||
```
|
||||
|
||||
```xml
|
||||
<button visible="true" />
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user