Click or drag to resize

Control Fields

The Control type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNotificationFocusEnter

Sent when the node grabs focus.

Public fieldStatic memberNotificationFocusExit

Sent when the node loses focus.

Public fieldStatic memberNotificationModalClose

Sent when an open modal dialog closes. See ShowModal(Boolean).

Public fieldStatic memberNotificationMouseEnter

Sent when the mouse pointer enters the node.

Public fieldStatic memberNotificationMouseExit

Sent when the mouse pointer exits the node.

Public fieldStatic memberNotificationResized

Sent when the node changes size. Use RectSize to get the new size.

Public fieldStatic memberNotificationScrollBegin

Sent when this node is inside a ScrollContainer which has begun being scrolled.

Public fieldStatic memberNotificationScrollEnd

Sent when this node is inside a ScrollContainer which has stopped being scrolled.

Public fieldStatic memberNotificationThemeChanged

Sent when the node's Theme changes, right before Godot redraws the control. Happens when you call one of the add_*_override methods.

Top
See Also