Files
Basalt/docs/objects/Frame/showBar.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

391 B

showBar

Toggles the frame's upper bar

Parameters:

  1. boolean | nil Whether the frame's bar is visible or if supplied nil, is automatically visible

Returns:

  1. frame The frame being used

Usage:

  • Sets myFrame to have a bar titled "Hello World!" and subsequently displays it.
myFrame:setBar("Hello World!"):showBar()
<frame bar="true"></frame>