Updated Frame (markdown)

Robert Jelic
2022-05-02 18:11:09 +02:00
parent 558ca02c96
commit cb56d3e693

@@ -1,6 +1,6 @@
<a href="https://i.imgur.com/aikc0K1.png"><img src="https://i.imgur.com/aikc0K1.png" height="500" /></a>
Frame function list:
Frames are like containers, but are also normal objects. Means, you can add other objects (even frames) to a frame and if the frame itself is visible, all sub objects (if they are set to visible by :show()) are also visible. More details will follow.
## basalt.createFrame
creates a new non-parent frame - in most cases the first thing you need.