pymel.core.uitypes.AutoLayout

digraph inheritancec724a24de1 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "AutoLayout" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.uitypes.AutoLayout",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "FormLayout" -> "AutoLayout" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyUI" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.uitypes.PyUI.html#pymel.core.uitypes.PyUI",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "FormLayout" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.uitypes.FormLayout.html#pymel.core.uitypes.FormLayout",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "Layout" -> "FormLayout" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Layout" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.uitypes.Layout.html#pymel.core.uitypes.Layout",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyUI" -> "Layout" [arrowsize=0.5,style="setlinewidth(0.5)"];
}

class AutoLayout(name=None, orientation='vertical', spacing=2, reversed=False, ratios=None, **kwargs)
AutoLayout behaves exactly like FormLayout, but will call redistribute automatically at the end of a ‘with’ statement block

Previous topic

pymel.core.uitypes.AttributeMenu

Next topic

pymel.core.uitypes.BlendShapeEditor

Core

Core Modules

Other Modules

This Page