Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Context not available. | |||||
| #define PNL_CLOSED 6 | #define PNL_CLOSED 6 | ||||
| /*#define PNL_TABBED 8*/ /*UNUSED*/ | /*#define PNL_TABBED 8*/ /*UNUSED*/ | ||||
| #define PNL_OVERLAP 16 | #define PNL_OVERLAP 16 | ||||
| #define PNL_PIN 32 | |||||
| /* Button text selection: | /* Button text selection: | ||||
| * extension direction, selextend, inside ui_do_but_TEX */ | * extension direction, selextend, inside ui_do_but_TEX */ | ||||
| Context not available. | |||||
| /* interface_panel.c */ | /* interface_panel.c */ | ||||
| extern int ui_handler_panel_region(struct bContext *C, const struct wmEvent *event, struct ARegion *ar); | extern int ui_handler_panel_region(struct bContext *C, const struct wmEvent *event, struct ARegion *ar); | ||||
| extern void ui_draw_aligned_panel(struct uiStyle *style, uiBlock *block, const rcti *rect); | extern void ui_draw_aligned_panel(struct uiStyle *style, uiBlock *block, const rcti *rect, const bool show_pin); | ||||
| /* interface_draw.c */ | /* interface_draw.c */ | ||||
| extern void ui_dropshadow(const rctf *rct, float radius, float aspect, float alpha, int select); | extern void ui_dropshadow(const rctf *rct, float radius, float aspect, float alpha, int select); | ||||
| Context not available. | |||||