Control.GDNativeClassBinding

Undocumented in source.
struct Control
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_clipsInput
GodotMethod!(bool) _clipsInput;
Undocumented in source.
_getMinimumSize
GodotMethod!(Vector2) _getMinimumSize;
Undocumented in source.
_getTooltip
GodotMethod!(String) _getTooltip;
Undocumented in source.
_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_makeCustomTooltip
GodotMethod!(Control, String) _makeCustomTooltip;
Undocumented in source.
_overrideChanged
GodotMethod!(void) _overrideChanged;
Undocumented in source.
_setAnchor
GodotMethod!(void, long, double) _setAnchor;
Undocumented in source.
_setGlobalPosition
GodotMethod!(void, Vector2) _setGlobalPosition;
Undocumented in source.
_setPosition
GodotMethod!(void, Vector2) _setPosition;
Undocumented in source.
_setSize
GodotMethod!(void, Vector2) _setSize;
Undocumented in source.
_sizeChanged
GodotMethod!(void) _sizeChanged;
Undocumented in source.
_themeChanged
GodotMethod!(void) _themeChanged;
Undocumented in source.
_updateMinimumSize
GodotMethod!(void) _updateMinimumSize;
Undocumented in source.
acceptEvent
GodotMethod!(void) acceptEvent;
Undocumented in source.
addColorOverride
GodotMethod!(void, String, Color) addColorOverride;
Undocumented in source.
addConstantOverride
GodotMethod!(void, String, long) addConstantOverride;
Undocumented in source.
addFontOverride
GodotMethod!(void, String, Font) addFontOverride;
Undocumented in source.
addIconOverride
GodotMethod!(void, String, Texture) addIconOverride;
Undocumented in source.
addShaderOverride
GodotMethod!(void, String, Shader) addShaderOverride;
Undocumented in source.
addStyleboxOverride
GodotMethod!(void, String, StyleBox) addStyleboxOverride;
Undocumented in source.
canDropData
GodotMethod!(bool, Vector2, Variant) canDropData;
Undocumented in source.
dropData
GodotMethod!(void, Vector2, Variant) dropData;
Undocumented in source.
findNextValidFocus
GodotMethod!(Control) findNextValidFocus;
Undocumented in source.
findPrevValidFocus
GodotMethod!(Control) findPrevValidFocus;
Undocumented in source.
forceDrag
GodotMethod!(void, Variant, Control) forceDrag;
Undocumented in source.
getAnchor
GodotMethod!(double, long) getAnchor;
Undocumented in source.
getBegin
GodotMethod!(Vector2) getBegin;
Undocumented in source.
getColor
GodotMethod!(Color, String, String) getColor;
Undocumented in source.
getCombinedMinimumSize
GodotMethod!(Vector2) getCombinedMinimumSize;
Undocumented in source.
getConstant
GodotMethod!(long, String, String) getConstant;
Undocumented in source.
getCursorShape
GodotMethod!(Control.CursorShape, Vector2) getCursorShape;
Undocumented in source.
getCustomMinimumSize
GodotMethod!(Vector2) getCustomMinimumSize;
Undocumented in source.
getDefaultCursorShape
GodotMethod!(Control.CursorShape) getDefaultCursorShape;
Undocumented in source.
getDragData
GodotMethod!(Variant, Vector2) getDragData;
Undocumented in source.
getEnd
GodotMethod!(Vector2) getEnd;
Undocumented in source.
getFocusMode
GodotMethod!(Control.FocusMode) getFocusMode;
Undocumented in source.
getFocusNeighbour
GodotMethod!(NodePath, long) getFocusNeighbour;
Undocumented in source.
getFocusNext
GodotMethod!(NodePath) getFocusNext;
Undocumented in source.
getFocusOwner
GodotMethod!(Control) getFocusOwner;
Undocumented in source.
getFocusPrevious
GodotMethod!(NodePath) getFocusPrevious;
Undocumented in source.
getFont
GodotMethod!(Font, String, String) getFont;
Undocumented in source.
getGlobalPosition
GodotMethod!(Vector2) getGlobalPosition;
Undocumented in source.
getGlobalRect
GodotMethod!(Rect2) getGlobalRect;
Undocumented in source.
getHGrowDirection
GodotMethod!(Control.GrowDirection) getHGrowDirection;
Undocumented in source.
getHSizeFlags
GodotMethod!(long) getHSizeFlags;
Undocumented in source.
getIcon
GodotMethod!(Texture, String, String) getIcon;
Undocumented in source.
getMargin
GodotMethod!(double, long) getMargin;
Undocumented in source.
getMinimumSize
GodotMethod!(Vector2) getMinimumSize;
Undocumented in source.
getMouseFilter
GodotMethod!(Control.MouseFilter) getMouseFilter;
Undocumented in source.
getParentAreaSize
GodotMethod!(Vector2) getParentAreaSize;
Undocumented in source.
getParentControl
GodotMethod!(Control) getParentControl;
Undocumented in source.
getPassOnModalCloseClick
GodotMethod!(bool) getPassOnModalCloseClick;
Undocumented in source.
getPivotOffset
GodotMethod!(Vector2) getPivotOffset;
Undocumented in source.
getPosition
GodotMethod!(Vector2) getPosition;
Undocumented in source.
getRect
GodotMethod!(Rect2) getRect;
Undocumented in source.
getRotation
GodotMethod!(double) getRotation;
Undocumented in source.
getRotationDegrees
GodotMethod!(double) getRotationDegrees;
Undocumented in source.
getScale
GodotMethod!(Vector2) getScale;
Undocumented in source.
getSize
GodotMethod!(Vector2) getSize;
Undocumented in source.
getStretchRatio
GodotMethod!(double) getStretchRatio;
Undocumented in source.
getStylebox
GodotMethod!(StyleBox, String, String) getStylebox;
Undocumented in source.
getTheme
GodotMethod!(Theme) getTheme;
Undocumented in source.
getTooltip
GodotMethod!(String, Vector2) getTooltip;
Undocumented in source.
getVGrowDirection
GodotMethod!(Control.GrowDirection) getVGrowDirection;
Undocumented in source.
getVSizeFlags
GodotMethod!(long) getVSizeFlags;
Undocumented in source.
grabClickFocus
GodotMethod!(void) grabClickFocus;
Undocumented in source.
grabFocus
GodotMethod!(void) grabFocus;
Undocumented in source.
hasColor
GodotMethod!(bool, String, String) hasColor;
Undocumented in source.
hasColorOverride
GodotMethod!(bool, String) hasColorOverride;
Undocumented in source.
hasConstant
GodotMethod!(bool, String, String) hasConstant;
Undocumented in source.
hasConstantOverride
GodotMethod!(bool, String) hasConstantOverride;
Undocumented in source.
hasFocus
GodotMethod!(bool) hasFocus;
Undocumented in source.
hasFont
GodotMethod!(bool, String, String) hasFont;
Undocumented in source.
hasFontOverride
GodotMethod!(bool, String) hasFontOverride;
Undocumented in source.
hasIcon
GodotMethod!(bool, String, String) hasIcon;
Undocumented in source.
hasIconOverride
GodotMethod!(bool, String) hasIconOverride;
Undocumented in source.
hasPoint
GodotMethod!(bool, Vector2) hasPoint;
Undocumented in source.
hasShaderOverride
GodotMethod!(bool, String) hasShaderOverride;
Undocumented in source.
hasStylebox
GodotMethod!(bool, String, String) hasStylebox;
Undocumented in source.
hasStyleboxOverride
GodotMethod!(bool, String) hasStyleboxOverride;
Undocumented in source.
isClippingContents
GodotMethod!(bool) isClippingContents;
Undocumented in source.
minimumSizeChanged
GodotMethod!(void) minimumSizeChanged;
Undocumented in source.
releaseFocus
GodotMethod!(void) releaseFocus;
Undocumented in source.
setAnchor
GodotMethod!(void, long, double, bool, bool) setAnchor;
Undocumented in source.
setAnchorAndMargin
GodotMethod!(void, long, double, double, bool) setAnchorAndMargin;
Undocumented in source.
setAnchorsAndMarginsPreset
GodotMethod!(void, long, long, long) setAnchorsAndMarginsPreset;
Undocumented in source.
setAnchorsPreset
GodotMethod!(void, long, bool) setAnchorsPreset;
Undocumented in source.
setBegin
GodotMethod!(void, Vector2) setBegin;
Undocumented in source.
setClipContents
GodotMethod!(void, bool) setClipContents;
Undocumented in source.
setCustomMinimumSize
GodotMethod!(void, Vector2) setCustomMinimumSize;
Undocumented in source.
setDefaultCursorShape
GodotMethod!(void, long) setDefaultCursorShape;
Undocumented in source.
setDragForwarding
GodotMethod!(void, Control) setDragForwarding;
Undocumented in source.
setDragPreview
GodotMethod!(void, Control) setDragPreview;
Undocumented in source.
setEnd
GodotMethod!(void, Vector2) setEnd;
Undocumented in source.
setFocusMode
GodotMethod!(void, long) setFocusMode;
Undocumented in source.
setFocusNeighbour
GodotMethod!(void, long, NodePath) setFocusNeighbour;
Undocumented in source.
setFocusNext
GodotMethod!(void, NodePath) setFocusNext;
Undocumented in source.
setFocusPrevious
GodotMethod!(void, NodePath) setFocusPrevious;
Undocumented in source.
setGlobalPosition
GodotMethod!(void, Vector2, bool) setGlobalPosition;
Undocumented in source.
setHGrowDirection
GodotMethod!(void, long) setHGrowDirection;
Undocumented in source.
setHSizeFlags
GodotMethod!(void, long) setHSizeFlags;
Undocumented in source.
setMargin
GodotMethod!(void, long, double) setMargin;
Undocumented in source.
setMarginsPreset
GodotMethod!(void, long, long, long) setMarginsPreset;
Undocumented in source.
setMouseFilter
GodotMethod!(void, long) setMouseFilter;
Undocumented in source.
setPassOnModalCloseClick
GodotMethod!(void, bool) setPassOnModalCloseClick;
Undocumented in source.
setPivotOffset
GodotMethod!(void, Vector2) setPivotOffset;
Undocumented in source.
setPosition
GodotMethod!(void, Vector2, bool) setPosition;
Undocumented in source.
setRotation
GodotMethod!(void, double) setRotation;
Undocumented in source.
setRotationDegrees
GodotMethod!(void, double) setRotationDegrees;
Undocumented in source.
setScale
GodotMethod!(void, Vector2) setScale;
Undocumented in source.
setSize
GodotMethod!(void, Vector2, bool) setSize;
Undocumented in source.
setStretchRatio
GodotMethod!(void, double) setStretchRatio;
Undocumented in source.
setTheme
GodotMethod!(void, Theme) setTheme;
Undocumented in source.
setTooltip
GodotMethod!(void, String) setTooltip;
Undocumented in source.
setVGrowDirection
GodotMethod!(void, long) setVGrowDirection;
Undocumented in source.
setVSizeFlags
GodotMethod!(void, long) setVSizeFlags;
Undocumented in source.
showModal
GodotMethod!(void, bool) showModal;
Undocumented in source.
warpMouse
GodotMethod!(void, Vector2) warpMouse;
Undocumented in source.

Meta