pymel.core.uitypes.LayoutDialog

digraph inheritance95b9f9bd4f {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "LayoutDialog" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.uitypes.LayoutDialog",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyUI" -> "LayoutDialog" [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];
}

class LayoutDialog

class counterpart of mel function layoutDialog

The layoutDialog command creates a modal dialog containing a formLayout with 100 divisions. The formLayout can be populated with arbitrary UI elements through use of the ‘-ui/-uiScript’ flag. NOTE:A layoutDialog is not a window and certain UI elements will not function properly within it. In particular menuBars and panels containing menuBars should not be used with the layoutDialog.

Previous topic

pymel.core.uitypes.Layout

Next topic

pymel.core.uitypes.Menu

Core

Core Modules

Other Modules

This Page