Click or drag to resize

TabContainerSetPopup Method

If set on a Popup node instance, a popup menu icon appears in the top-right corner of the TabContainer. Clicking it will expand the Popup node.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetPopup(
	Node popup
)

Parameters

popup
Type: GodotNode

[Missing <param name="popup"/> documentation for "M:Godot.TabContainer.SetPopup(Godot.Node)"]

See Also