pymel.core.windows.showWindow

showWindow(*args, **kwargs)

Make a window visible. If no window is specified then the current window (most recently created) is used. See also the windowcommand’s vis/visibleflag. If the specified window is iconified, it will be opened.

Derived from mel command maya.cmds.showWindow

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.showWindow( 'myWindow1' )

Previous topic

pymel.core.windows.showSelectionInTitle

Next topic

pymel.core.windows.showsHourglass

Core

Core Modules

Other Modules

This Page