pymel.core.uitypes.Layout

Inheritance diagram of Layout

class Layout
addChild(uiType, name=None, **kwargs)
asQtObject(mayaName)

Given the name of a May UI control, return the corresponding QWidget. If the object does not exist, returns None

Note

Requires PyQt

children()
clear()
findChild(shortName, recurse=False)
getChildren()
makeDefault()

set this layout as the default parent

pop()

set the default parent to the parent of this layout

walkChildren()

recursively yield all children of this layout

Previous topic

pymel.core.uitypes.LayerButton

Next topic

pymel.core.uitypes.LayoutDialog

Core

Core Modules

Other Modules

This Page