pymel.core.uitypes.ConfirmDialog

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

class counterpart of mel function confirmDialog

The confirmDialog command creates a modal dialog with a message to the user and a variable number of buttons to dismiss the dialog. The dialog is dismissed when the user presses any button or chooses the close item from the window menu. In the case where a button is pressed then the name of the button selected is returned. If the dialog is dismissed via the close item then the string returned is specified by the dismissStringflag. The default behaviour when no arguments are specified is to create an empty single button dialog.

Previous topic

pymel.core.uitypes.CommandMenuItem

Next topic

pymel.core.uitypes.DefaultLightListCheckBox

Core

Core Modules

Other Modules

This Page