Updated Object (markdown)

Robert Jelic
2022-05-02 18:09:41 +02:00
parent 5d6daf6433
commit 558ca02c96

@@ -1,6 +1,5 @@
All the functions you can see here are available for all visual objects! It doesn't matter if its a frame or a button or a list (or something else).
This is the base class of all visual objects. This means, if you create a button, label, frame or something else visual (no timers, threads or animations) the following list can be used:
Here is a list of useable functions:
## show
shows the object (only if the parent frame is already visible)
````lua