- addButton
GodotMethod!(void, long, Texture, long, bool, String) addButton;
Undocumented in source.
- clearCustomBgColor
GodotMethod!(void, long) clearCustomBgColor;
Undocumented in source.
- clearCustomColor
GodotMethod!(void, long) clearCustomColor;
Undocumented in source.
- deselect
GodotMethod!(void, long) deselect;
Undocumented in source.
- eraseButton
GodotMethod!(void, long, long) eraseButton;
Undocumented in source.
- getButton
GodotMethod!(Texture, long, long) getButton;
Undocumented in source.
- getButtonCount
GodotMethod!(long, long) getButtonCount;
Undocumented in source.
- getCellMode
GodotMethod!(TreeItem.TreeCellMode, long) getCellMode;
Undocumented in source.
- getChildren
GodotMethod!(TreeItem) getChildren;
Undocumented in source.
- getCustomBgColor
GodotMethod!(Color, long) getCustomBgColor;
Undocumented in source.
- getCustomMinimumHeight
GodotMethod!(long) getCustomMinimumHeight;
Undocumented in source.
- getExpandRight
GodotMethod!(bool, long) getExpandRight;
Undocumented in source.
- getIcon
GodotMethod!(Texture, long) getIcon;
Undocumented in source.
- getIconMaxWidth
GodotMethod!(long, long) getIconMaxWidth;
Undocumented in source.
- getIconRegion
GodotMethod!(Rect2, long) getIconRegion;
Undocumented in source.
- getMetadata
GodotMethod!(Variant, long) getMetadata;
Undocumented in source.
- getNext
GodotMethod!(TreeItem) getNext;
Undocumented in source.
- getNextVisible
GodotMethod!(TreeItem) getNextVisible;
Undocumented in source.
- getParent
GodotMethod!(TreeItem) getParent;
Undocumented in source.
- getPrev
GodotMethod!(TreeItem) getPrev;
Undocumented in source.
- getPrevVisible
GodotMethod!(TreeItem) getPrevVisible;
Undocumented in source.
- getRange
GodotMethod!(double, long) getRange;
Undocumented in source.
- getRangeConfig
GodotMethod!(Dictionary, long) getRangeConfig;
Undocumented in source.
- getText
GodotMethod!(String, long) getText;
Undocumented in source.
- getTextAlign
GodotMethod!(TreeItem.TextAlign, long) getTextAlign;
Undocumented in source.
- getTooltip
GodotMethod!(String, long) getTooltip;
Undocumented in source.
- isButtonDisabled
GodotMethod!(bool, long, long) isButtonDisabled;
Undocumented in source.
- isChecked
GodotMethod!(bool, long) isChecked;
Undocumented in source.
- isCollapsed
GodotMethod!(bool) isCollapsed;
Undocumented in source.
- isCustomSetAsButton
GodotMethod!(bool, long) isCustomSetAsButton;
Undocumented in source.
- isEditable
GodotMethod!(bool, long) isEditable;
Undocumented in source.
- isFoldingDisabled
GodotMethod!(bool) isFoldingDisabled;
Undocumented in source.
- isSelectable
GodotMethod!(bool, long) isSelectable;
Undocumented in source.
- isSelected
GodotMethod!(bool, long) isSelected;
Undocumented in source.
- moveToBottom
GodotMethod!(void) moveToBottom;
Undocumented in source.
- moveToTop
GodotMethod!(void) moveToTop;
Undocumented in source.
- removeChild
GodotMethod!(void, GodotObject) removeChild;
Undocumented in source.
- select
GodotMethod!(void, long) select;
Undocumented in source.
- setButton
GodotMethod!(void, long, long, Texture) setButton;
Undocumented in source.
- setCellMode
GodotMethod!(void, long, long) setCellMode;
Undocumented in source.
- setChecked
GodotMethod!(void, long, bool) setChecked;
Undocumented in source.
- setCollapsed
GodotMethod!(void, bool) setCollapsed;
Undocumented in source.
- setCustomAsButton
GodotMethod!(void, long, bool) setCustomAsButton;
Undocumented in source.
- setCustomBgColor
GodotMethod!(void, long, Color, bool) setCustomBgColor;
Undocumented in source.
- setCustomColor
GodotMethod!(void, long, Color) setCustomColor;
Undocumented in source.
- setCustomDraw
GodotMethod!(void, long, GodotObject, String) setCustomDraw;
Undocumented in source.
- setCustomMinimumHeight
GodotMethod!(void, long) setCustomMinimumHeight;
Undocumented in source.
- setDisableFolding
GodotMethod!(void, bool) setDisableFolding;
Undocumented in source.
- setEditable
GodotMethod!(void, long, bool) setEditable;
Undocumented in source.
- setExpandRight
GodotMethod!(void, long, bool) setExpandRight;
Undocumented in source.
- setIcon
GodotMethod!(void, long, Texture) setIcon;
Undocumented in source.
- setIconMaxWidth
GodotMethod!(void, long, long) setIconMaxWidth;
Undocumented in source.
- setIconRegion
GodotMethod!(void, long, Rect2) setIconRegion;
Undocumented in source.
- setMetadata
GodotMethod!(void, long, Variant) setMetadata;
Undocumented in source.
- setRange
GodotMethod!(void, long, double) setRange;
Undocumented in source.
- setRangeConfig
GodotMethod!(void, long, double, double, double, bool) setRangeConfig;
Undocumented in source.
- setSelectable
GodotMethod!(void, long, bool) setSelectable;
Undocumented in source.
- setText
GodotMethod!(void, long, String) setText;
Undocumented in source.
- setTextAlign
GodotMethod!(void, long, long) setTextAlign;
Undocumented in source.
- setTooltip
GodotMethod!(void, long, String) setTooltip;
Undocumented in source.