Blender V2.61 - r43446
|
#include <BKE_screen.h>
Public Attributes | |
struct HeaderType * | next |
struct HeaderType * | prev |
char | idname [BKE_ST_MAXNAME] |
int | space_type |
void(* | draw )(const struct bContext *, struct Header *) |
ExtensionRNA | ext |
Definition at line 184 of file BKE_screen.h.
void(* HeaderType::draw)(const struct bContext *, struct Header *) |
Definition at line 191 of file BKE_screen.h.
Referenced by ED_region_header().
Definition at line 194 of file BKE_screen.h.
Referenced by spacetype_free().
char HeaderType::idname[BKE_ST_MAXNAME] |
Definition at line 187 of file BKE_screen.h.
Referenced by ED_region_header().
struct HeaderType* HeaderType::next |
Definition at line 185 of file BKE_screen.h.
Referenced by ED_region_header(), and spacetype_free().
struct HeaderType * HeaderType::prev |
Definition at line 185 of file BKE_screen.h.
Definition at line 188 of file BKE_screen.h.