TabContainer._classBinding

Undocumented in source.
struct TabContainer
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_childRenamedCallback
GodotMethod!(void) _childRenamedCallback;
Undocumented in source.
_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
_onThemeChanged
GodotMethod!(void) _onThemeChanged;
Undocumented in source.
_updateCurrentTab
GodotMethod!(void) _updateCurrentTab;
Undocumented in source.
areTabsVisible
GodotMethod!(bool) areTabsVisible;
Undocumented in source.
getCurrentTab
GodotMethod!(long) getCurrentTab;
Undocumented in source.
getCurrentTabControl
GodotMethod!(Control) getCurrentTabControl;
Undocumented in source.
getDragToRearrangeEnabled
GodotMethod!(bool) getDragToRearrangeEnabled;
Undocumented in source.
getPopup
GodotMethod!(Popup) getPopup;
Undocumented in source.
getPreviousTab
GodotMethod!(long) getPreviousTab;
Undocumented in source.
getTabAlign
GodotMethod!(TabContainer.TabAlign) getTabAlign;
Undocumented in source.
getTabControl
GodotMethod!(Control, long) getTabControl;
Undocumented in source.
getTabCount
GodotMethod!(long) getTabCount;
Undocumented in source.
getTabDisabled
GodotMethod!(bool, long) getTabDisabled;
Undocumented in source.
getTabIcon
GodotMethod!(Texture, long) getTabIcon;
Undocumented in source.
getTabTitle
GodotMethod!(String, long) getTabTitle;
Undocumented in source.
getTabsRearrangeGroup
GodotMethod!(long) getTabsRearrangeGroup;
Undocumented in source.
setCurrentTab
GodotMethod!(void, long) setCurrentTab;
Undocumented in source.
setDragToRearrangeEnabled
GodotMethod!(void, bool) setDragToRearrangeEnabled;
Undocumented in source.
setPopup
GodotMethod!(void, GodotObject) setPopup;
Undocumented in source.
setTabAlign
GodotMethod!(void, long) setTabAlign;
Undocumented in source.
setTabDisabled
GodotMethod!(void, long, bool) setTabDisabled;
Undocumented in source.
setTabIcon
GodotMethod!(void, long, Texture) setTabIcon;
Undocumented in source.
setTabTitle
GodotMethod!(void, long, String) setTabTitle;
Undocumented in source.
setTabsRearrangeGroup
GodotMethod!(void, long) setTabsRearrangeGroup;
Undocumented in source.
setTabsVisible
GodotMethod!(void, bool) setTabsVisible;
Undocumented in source.

Meta