Enum Control.Constants
enum Constants
: int { ... }
Enum members
Name | Description |
notificationFocusEnter
|
Sent when the node grabs focus.
|
notificationFocusExit
|
Sent when the node loses focus.
|
notificationModalClose
|
Sent when an open modal dialog closes. See showModal .
|
notificationMouseEnter
|
Sent when the mouse pointer enters the node.
|
notificationMouseExit
|
Sent when the mouse pointer exits the node.
|
notificationResized
|
Sent when the node changes size. Use rectSize to get the new size.
|
notificationScrollBegin
|
Sent when this node is inside a ScrollContainer which has begun being scrolled.
|
notificationScrollEnd
|
Sent when this node is inside a ScrollContainer which has stopped being scrolled.
|
notificationThemeChanged
|
Sent when the node's theme changes, right before Godot redraws the control. Happens when you call one of the add_*_override methods.
|