- _guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
- _onMouseExited
GodotMethod!(void) _onMouseExited;
Undocumented in source.
- _updateHover
GodotMethod!(void) _updateHover;
Undocumented in source.
- addTab
GodotMethod!(void, String, Texture) addTab;
Undocumented in source.
- ensureTabVisible
GodotMethod!(void, long) ensureTabVisible;
Undocumented in source.
- getCurrentTab
GodotMethod!(long) getCurrentTab;
Undocumented in source.
- getDragToRearrangeEnabled
GodotMethod!(bool) getDragToRearrangeEnabled;
Undocumented in source.
- getOffsetButtonsVisible
GodotMethod!(bool) getOffsetButtonsVisible;
Undocumented in source.
- getPreviousTab
GodotMethod!(long) getPreviousTab;
Undocumented in source.
- getScrollingEnabled
GodotMethod!(bool) getScrollingEnabled;
Undocumented in source.
- getSelectWithRmb
GodotMethod!(bool) getSelectWithRmb;
Undocumented in source.
- getTabAlign
GodotMethod!(Tabs.TabAlign) getTabAlign;
Undocumented in source.
- getTabCloseDisplayPolicy
GodotMethod!(Tabs.CloseButtonDisplayPolicy) getTabCloseDisplayPolicy;
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.
- getTabOffset
GodotMethod!(long) getTabOffset;
Undocumented in source.
- getTabRect
GodotMethod!(Rect2, long) getTabRect;
Undocumented in source.
- getTabTitle
GodotMethod!(String, long) getTabTitle;
Undocumented in source.
- getTabsRearrangeGroup
GodotMethod!(long) getTabsRearrangeGroup;
Undocumented in source.
- moveTab
GodotMethod!(void, long, long) moveTab;
Undocumented in source.
- removeTab
GodotMethod!(void, long) removeTab;
Undocumented in source.
- setCurrentTab
GodotMethod!(void, long) setCurrentTab;
Undocumented in source.
- setDragToRearrangeEnabled
GodotMethod!(void, bool) setDragToRearrangeEnabled;
Undocumented in source.
- setScrollingEnabled
GodotMethod!(void, bool) setScrollingEnabled;
Undocumented in source.
- setSelectWithRmb
GodotMethod!(void, bool) setSelectWithRmb;
Undocumented in source.
- setTabAlign
GodotMethod!(void, long) setTabAlign;
Undocumented in source.
- setTabCloseDisplayPolicy
GodotMethod!(void, long) setTabCloseDisplayPolicy;
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.