Button
- class Button
CustomButton
CycleButton
- class CycleButton
Base class:
Button
- insert_action(name)
Insert action from name in the cycle button.
- Parameters
name (str) -- The name of the action inserted.
PopupButton
- class PopupButton
Base class:
Button
- insert_action(name)
Insert action from name in the popup.
- Parameters
name (str) -- The name of the action inserted.
TinyPopupButton
- class TinyPopupButton
Base class:
Button
- insert_action(name)
Insert action from name in the popup.
- Parameters
name (str) -- The name of the action inserted.