Control Fields |
The Control type exposes the following 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(Boolean). | |
| 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. |