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

Class Area

The Area Object

Area in a subdivided screen, containing an editor.

References

Instance Methods [hide private]
 
tag_redraw()
tag_redraw
Instance Variables [hide private]
Space (readonly) active_space
Space currently being displayed in this area.
Collection of Region (readonly) regions
Regions this area is subdivided in.
boolean show_menus
Show menus in the header.
Collection of Space (readonly) spaces
Spaces contained in this area, the first space is active.
enum type
Space type.
Instance Variable Details [hide private]

type

Space type. in...
  • EMPTY
  • VIEW_3D
  • GRAPH_EDITOR
  • OUTLINER
  • PROPERTIES
  • FILE_BROWSER
  • IMAGE_EDITOR
  • INFO
  • SEQUENCE_EDITOR
  • TEXT_EDITOR
  • AUDIO_WINDOW
  • DOPESHEET_EDITOR
  • NLA_EDITOR
  • SCRIPTS_WINDOW
  • TIMELINE
  • NODE_EDITOR
  • LOGIC_EDITOR
  • CONSOLE
  • USER_PREFERENCES
Type:
enum