Click or drag to resize

TreeItemSetIconMaxWidth Method

Sets the given column's icon's maximum width.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetIconMaxWidth(
	int column,
	int width
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.SetIconMaxWidth(System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Godot.TreeItem.SetIconMaxWidth(System.Int32,System.Int32)"]

See Also