AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
BaseButton
To Subscribe, use this Key
uniform-arkansas-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description BaseButton is an abstract base class for GUI buttons. It doesn't display anything by itself.
Published
06/07/2024
Properties ActionMode action_mode 1 ButtonGroup button_group BitField [ MouseButtonMask ] but…
Published
06/07/2024
Signals button_down () Emitted when the button starts being held down. button_up () Emitted when the button stops bein…
Published
06/07/2024
Enumerations enum DrawMode : DrawMode DRAW_NORMAL = 0 The normal state (i.e. not pressed, not hovered, not toggle…
Published
06/07/2024
Property Descriptions ActionMode action_mode = 1 void set_action_mode (value: ActionMode ) ActionMode get_a…
Published
06/07/2024
Method Descriptions void _pressed () virtual Called when the button is pressed. If you need to know the button's pressed state (an…
Status
Last Update
Fields