Region(bpy_struct)

base class — bpy_struct

class bpy.types.Region(bpy_struct)

Region in a subdivided screen area

height

Region height

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

Unique ID for this region

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

Type of this region

Type :enum in [‘WINDOW’, ‘HEADER’, ‘CHANNELS’, ‘TEMPORARY’, ‘UI’, ‘TOOLS’, ‘TOOL_PROPS’, ‘PREVIEW’], default ‘WINDOW’, (readonly)
width

Region width

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

tag_redraw

Inherited Properties

Inherited Functions

References

Previous topic

RaySensor(Sensor)

Next topic

RegionView3D(bpy_struct)