diff --git a/Frame.md b/Frame.md index 0c6a44a..e6e5f31 100644 --- a/Frame.md +++ b/Frame.md @@ -1,6 +1,6 @@ -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.