Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Context not available. | |||||
| uiBlock *uiBeginBlock(const struct bContext *C, struct ARegion *region, const char *name, short dt); | uiBlock *uiBeginBlock(const struct bContext *C, struct ARegion *region, const char *name, short dt); | ||||
| void uiEndBlock(const struct bContext *C, uiBlock *block); | void uiEndBlock(const struct bContext *C, uiBlock *block); | ||||
| void uiDrawBlock(const struct bContext *C, struct uiBlock *block); | void uiDrawBlock(const struct bContext *C, struct uiBlock *block); | ||||
| void uiBlockUpdateFromOld(const struct bContext *C, struct uiBlock *block); | |||||
| uiBlock *uiGetBlock(const char *name, struct ARegion *ar); | uiBlock *uiGetBlock(const char *name, struct ARegion *ar); | ||||
| Context not available. | |||||