Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_screen_types.h
| Context not available. | |||||
| /* area->flag */ | /* area->flag */ | ||||
| enum { | enum { | ||||
| HEADER_NO_PULLDOWN = (1 << 0), | HEADER_NO_PULLDOWN = (1 << 0), | ||||
| AREA_FLAG_DRAWJOINTO = (1 << 1), | // AREA_FLAG_DRAWJOINTO = (1 << 1), | ||||
| AREA_FLAG_DRAWJOINFROM = (1 << 2), | // AREA_FLAG_DRAWJOINFROM = (1 << 2), | ||||
| AREA_TEMP_INFO = (1 << 3), | AREA_TEMP_INFO = (1 << 3), | ||||
| AREA_FLAG_DRAWSPLIT_H = (1 << 4), | // AREA_FLAG_DRAWSPLIT_H = (1 << 4), | ||||
| AREA_FLAG_DRAWSPLIT_V = (1 << 5), | // AREA_FLAG_DRAWSPLIT_V = (1 << 5), | ||||
| /* used to check if we should switch back to prevspace (of a different type) */ | /* used to check if we should switch back to prevspace (of a different type) */ | ||||
| AREA_FLAG_TEMP_TYPE = (1 << 6), | AREA_FLAG_TEMP_TYPE = (1 << 6), | ||||
| /* for temporary fullscreens (file browser, image editor render) that are opened above user set fullscreens */ | /* for temporary fullscreens (file browser, image editor render) that are opened above user set fullscreens */ | ||||
| Context not available. | |||||