From 5587e9bd09d7e23526775cd01b8e7bb75578e7d1 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 3 Jun 2009 23:33:56 +0000 Subject: UI: * First step for buttons context browsing, read-only still. * Drawn in a panel now, though this should become a separate region. * Path of the context is constructed as an array of RNA pointers and then used for drawing and context lookups from python. --- source/blender/editors/space_buttons/buttons_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_buttons/buttons_intern.h') diff --git a/source/blender/editors/space_buttons/buttons_intern.h b/source/blender/editors/space_buttons/buttons_intern.h index ea1fe7db29e..04c7241c465 100644 --- a/source/blender/editors/space_buttons/buttons_intern.h +++ b/source/blender/editors/space_buttons/buttons_intern.h @@ -52,7 +52,9 @@ struct bContextDataResult; void buttons_header_buttons(const struct bContext *C, struct ARegion *ar); /* buttons_context.c */ +void buttons_context_compute(const struct bContext *C, SpaceButs *sbuts); int buttons_context(const struct bContext *C, const char *member, struct bContextDataResult *result); +void buttons_context_register(struct ARegionType *art); #endif /* ED_BUTTONS_INTERN_H */ -- cgit v1.2.3