Elements in CactusGUI are controlled by using their attributes. Attributes determine how elements work and how they are displayed on the screen, such as the element's size, color, rotation angle, text, layering order, and position on the screen.
Each element type has different attributes that it can use, check the documentation for a specific element to see what attributes are available for it.
Mode | by Call (Set) | by Dict (Get) | Listener Needed |
---|---|---|---|
Normal |
|
|
|
Hover |
|
|
use_hover |
Focus |
|
|
use_focus |
Active |
|
|
use_active |