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

Class Header


The Header Object

Editor header containing buttons.

(no references to this struct found)

Instance Methods [hide private]
 
draw(context)
Draw buttons into the header UI layout.
Instance Variables [hide private]
string bl_idname
bl_idname (maximum length of 0)
enum bl_space_type
bl_space_type in...
UILayout (readonly) layout
layout
Method Details [hide private]

draw(context)

 

Draw buttons into the header UI layout.

Parameters:

Instance Variable Details [hide private]

bl_space_type

bl_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