Window(bpy_struct)

base class — bpy_struct

class bpy.types.Window(bpy_struct)

Open window

height

Window height

Type :int in [0, 32767], default 0, (readonly)
screen

Active screen showing in the window

Type :Screen, (never None)
width

Window width

Type :int in [0, 32767], default 0, (readonly)
x

Vertical location of the window

Type :int in [-32768, 32767], default 0, (readonly)
y

Horizontal location of the window

Type :int in [-32768, 32767], default 0, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

WholeCharacter(KeyingSetInfo)

Next topic

WindowManager(ID)