hou.PaneTab class

Represents a Houdini UI pane tab.

All Methods Replaces

Subclasses: hou.HelpBrowser

Methods

clone(self)hou.PaneTab

Creates a floating copy of the pane tab. Returns the cloned pane tab.

close(self)

Closes the pane tab.

isCurrentTab(self)bool

Returns whether this tab is the selected tab in the containing pane.

isFloating(self)bool

Returns whether this pane tab is in a floating window.

name(self)str

Returns the name of this tab.

pane(self)hou.Pane or None

Returns the containing pane or None if this is a floating window.

setIsCurrentTab(self)

Sets this tab as the selected tab in the containing pane.

setIsFloating(self)

Not implemented yet

setName(self, name)

Sets the name of this tab.

setType(self, type)hou.PaneTab

Creates a new pane tab of the given type and replaces this tab with it. Use the returned pane tab afterward. References to this tab (with the old type) become invalid.

type(self)hou.paneTabType enum value

Returns the type of this tab.

Replaces

pane command