base class — bpy_struct
Region in a subdivided screen area
Region height
| Type: | int in [0, 32767], default 0, (readonly) |
|---|
Unique ID for this region
| Type: | int in [-32768, 32767], default 0, (readonly) |
|---|
Type of this region
| Type: | enum in [‘WINDOW’, ‘HEADER’, ‘CHANNELS’, ‘TEMPORARY’, ‘UI’, ‘TOOLS’, ‘TOOL_PROPS’, ‘PREVIEW’], default ‘WINDOW’, (readonly) |
|---|
Region width
| Type: | int in [0, 32767], default 0, (readonly) |
|---|
The window relative vertical location of the region
| Type: | int in [-inf, inf], default 0, (readonly) |
|---|
The window relative horizontal location of the region
| Type: | int in [-inf, inf], default 0, (readonly) |
|---|
tag_redraw
Append a draw function to this region, deprecated, instead use bpy.types.SpaceView3D.draw_handler_add
Inherited Properties
Inherited Functions
References