112 const char *contexts[2] = {id_lower,
NULL};
void BKE_spacetype_register(struct SpaceType *st)
void BLI_addhead(struct ListBase *listbase, void *vlink) ATTR_NONNULL(1)
void BLI_addtail(struct ListBase *listbase, void *vlink) ATTR_NONNULL(1)
#define STRNCPY(dst, src)
void BLI_str_tolower_ascii(char *str, size_t len) ATTR_NONNULL()
@ V2D_SCROLL_VERTICAL_HIDE
void ED_region_header(const struct bContext *C, struct ARegion *region)
void ED_region_panels(const struct bContext *C, struct ARegion *region)
void ED_region_panels_draw(const struct bContext *C, struct ARegion *region)
void ED_region_panels_init(struct wmWindowManager *wm, struct ARegion *region)
void ED_region_header_init(struct ARegion *region)
void ED_region_panels_layout_ex(const struct bContext *C, struct ARegion *region, struct ListBase *paneltypes, const char *contexts[], const char *category_override)
void ED_region_panels_layout(const struct bContext *C, struct ARegion *region)
Read Guarded memory(de)allocation.
#define UI_NAVIGATION_REGION_WIDTH
#define UI_NARROW_NAVIGATION_REGION_WIDTH
void *(* MEM_dupallocN)(const void *vmemh)
void *(* MEM_callocN)(size_t len, const char *str)
static void area(int d1, int d2, int e1, int e2, float weights[2])
static const pxr::TfToken st("st", pxr::TfToken::Immortal)
int RNA_enum_from_value(const EnumPropertyItem *item, const int value)
const EnumPropertyItem rna_enum_preference_section_items[]
static SpaceLink * userpref_duplicate(SpaceLink *sl)
static void userpref_init(struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(area))
static SpaceLink * userpref_create(const ScrArea *area, const Scene *UNUSED(scene))
static void userpref_execute_region_listener(const wmRegionListenerParams *UNUSED(params))
static void userpref_navigation_region_listener(const wmRegionListenerParams *UNUSED(params))
static void userpref_operatortypes(void)
static void userpref_header_listener(const wmRegionListenerParams *UNUSED(params))
static void userpref_header_region_init(wmWindowManager *UNUSED(wm), ARegion *region)
static void userpref_keymap(struct wmKeyConfig *UNUSED(keyconf))
static void userpref_main_region_listener(const wmRegionListenerParams *UNUSED(params))
static void userpref_execute_region_init(wmWindowManager *wm, ARegion *region)
static void userpref_main_region_layout(const bContext *C, ARegion *region)
static void userpref_main_region_init(wmWindowManager *wm, ARegion *region)
static void userpref_free(SpaceLink *UNUSED(sl))
static void userpref_header_region_draw(const bContext *C, ARegion *region)
void ED_spacetype_userpref(void)
static void userpref_navigation_region_draw(const bContext *C, ARegion *region)
static void userpref_navigation_region_init(wmWindowManager *wm, ARegion *region)
void(* draw)(const struct bContext *C, struct ARegion *region)
void(* listener)(const wmRegionListenerParams *params)
void(* layout)(const struct bContext *C, struct ARegion *region)
void(* init)(struct wmWindowManager *wm, struct ARegion *region)
struct ARegionType * type