Package bpy :: Module types :: Class WindowManager
[hide private]
[frames] | no frames]

Class WindowManager


The Window Manager Object

Window manager datablock defining open windows and other user interface data.

References

Instance Methods [hide private]
 
add_fileselect(operator)
Show up the file selector.
KeyConfig
add_keyconfig(name)
add_keyconfig
enum
invoke_props_popup(operator, event)
Operator popup invoke.
 
invoke_popup(operator, width, height)
Operator popup invoke.
 
animation_data_clear()
Clear animation on this this ID. (Inherited from bpy.types.ID)
AnimData
animation_data_create()
Create animation data to this ID, note that not all ID types support this. (Inherited from bpy.types.ID)
ID
copy()
Create a copy of this datablock (not supported for all datablocks). (Inherited from bpy.types.ID)
Instance Variables [hide private]
KeyConfig active_keyconfig
Active Key Configuration
KeyMap active_keymap
Active Key Map
KeyConfig (readonly) default_keyconfig
Default Key Configuration
boolean fake_user
Saves this datablock even if it has no users (Inherited from bpy.types.ID)
Collection of KeyConfig (readonly) keyconfigs
Registered key configurations.
Library (readonly) library
Library file the datablock is linked from. (Inherited from bpy.types.ID)
string name
Unique datablock ID name. (Inherited from bpy.types.ID)
Collection of Operator (readonly) operators
Operator registry.
boolean tag
Tools can use this to tag data, (initial state is undefined). (Inherited from bpy.types.ID)
int (readonly) in [0, 32767] users
Number of times this datablock is referenced. (Inherited from bpy.types.ID)
Collection of Window (readonly) windows
Open windows.
Method Details [hide private]

add_fileselect(operator)

 

Show up the file selector.

Parameters:

add_keyconfig(name)

 

add_keyconfig

Parameters:
  • name (string)
Returns: KeyConfig
Added key configuration.

invoke_props_popup(operator, event)

 

Operator popup invoke.

Parameters:
Returns: enum

invoke_popup(operator, width, height)

 

Operator popup invoke.

Parameters:
  • operator (Operator)
  • width (int)
  • height (int)