Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Context not available. | |||||
| UIFONT_CUSTOM2 = 3 | UIFONT_CUSTOM2 = 3 | ||||
| } eUIFont_ID; | } eUIFont_ID; | ||||
| /* default fonts to load/initalize */ | /* default fonts to load/initialize */ | ||||
| /* first font is the default (index 0), others optional */ | /* first font is the default (index 0), others optional */ | ||||
| typedef struct uiFont { | typedef struct uiFont { | ||||
| struct uiFont *next, *prev; | struct uiFont *next, *prev; | ||||
| Context not available. | |||||
| uiWidgetStateColors wcol_state; | uiWidgetStateColors wcol_state; | ||||
| uiPanelColors panel; /* depricated, but we keep it for do_versions (2.66.1) */ | uiPanelColors panel; /* deprecated, but we keep it for do_versions (2.66.1) */ | ||||
| char widget_emboss[4]; | char widget_emboss[4]; | ||||
| Context not available. | |||||
| short rvisize; /* rotating view icon size */ | short rvisize; /* rotating view icon size */ | ||||
| short rvibright; /* rotating view icon brightness */ | short rvibright; /* rotating view icon brightness */ | ||||
| short recent_files; /* maximum number of recently used files to remember */ | short recent_files; /* maximum number of recently used files to remember */ | ||||
| short smooth_viewtx; /* miliseconds to spend spinning the view */ | short smooth_viewtx; /* milliseconds to spend spinning the view */ | ||||
| short glreslimit; | short glreslimit; | ||||
| short curssize; | short curssize; | ||||
| short color_picker_type; /* eColorPicker_Types */ | short color_picker_type; /* eColorPicker_Types */ | ||||
| Context not available. | |||||
| USER_PLAINMENUS = (1 << 5), | USER_PLAINMENUS = (1 << 5), | ||||
| USER_LOCK_CURSOR_ADJUST = (1 << 6), | USER_LOCK_CURSOR_ADJUST = (1 << 6), | ||||
| /* Avoid accidentally adjusting the layout | /* Avoid accidentally adjusting the layout | ||||
| * (exact behavior may change based on whats considered reasonable to lock down). */ | * (exact behavior may change based on what's considered reasonable to lock down). */ | ||||
| USER_UIFLAG_DEPRECATED_7 = (1 << 7), | USER_UIFLAG_DEPRECATED_7 = (1 << 7), | ||||
| USER_ALLWINCODECS = (1 << 8), | USER_ALLWINCODECS = (1 << 8), | ||||
| USER_MENUOPENAUTO = (1 << 9), | USER_MENUOPENAUTO = (1 << 9), | ||||
| Context not available. | |||||