- Added file space (too) :) Andrea was first, this is more
  complete.
- Suggestion from Joshua: move all standard header buttons to
  1 function, makes it all easier, less code, and less area/space 
  stuff needs to be exposed.
This commit is contained in:
2008-12-14 12:16:55 +00:00
parent 21e01ccac3
commit a4b6ee672d
19 changed files with 287 additions and 386 deletions

View File

@@ -38,6 +38,7 @@ struct wmWindow;
struct wmNotifier;
struct SpaceType;
struct AreagionType;
struct uiBlock;
/* regions */
void ED_region_do_listen(ARegion *ar, struct wmNotifier *note);
@@ -50,8 +51,8 @@ ARegion *ED_region_copy(ARegion *ar);
/* spaces */
void ED_spacetypes_init(void);
void ED_spacetypes_keymap(struct wmWindowManager *wm);
struct ARegionType *ED_regiontype_from_id(struct SpaceType *st, int regionid);
void ED_newspace(struct ScrArea *sa, int type);
struct ARegionType *ED_regiontype_from_id(struct SpaceType *st, int regionid);
int ED_area_header_standardbuttons(const bContext *C, struct uiBlock *block, int yco);
/* areas */
void ED_area_initialize(struct wmWindowManager *wm, struct wmWindow *win, struct ScrArea *sa);