Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_userdef_types.h
| Show First 20 Lines • Show All 134 Lines • ▼ Show 20 Lines | |||||
| typedef struct uiWidgetStateColors { | typedef struct uiWidgetStateColors { | ||||
| char inner_anim[4]; | char inner_anim[4]; | ||||
| char inner_anim_sel[4]; | char inner_anim_sel[4]; | ||||
| char inner_key[4]; | char inner_key[4]; | ||||
| char inner_key_sel[4]; | char inner_key_sel[4]; | ||||
| char inner_driven[4]; | char inner_driven[4]; | ||||
| char inner_driven_sel[4]; | char inner_driven_sel[4]; | ||||
| char inner_overridden[4]; | |||||
| char inner_overridden_sel[4]; | |||||
| float blend, pad; | float blend, pad; | ||||
| } uiWidgetStateColors; | } uiWidgetStateColors; | ||||
| typedef struct uiPanelColors { | typedef struct uiPanelColors { | ||||
| char header[4]; | char header[4]; | ||||
| char back[4]; | char back[4]; | ||||
| short show_header; | short show_header; | ||||
| short show_back; | short show_back; | ||||
| ▲ Show 20 Lines • Show All 788 Lines • Show Last 20 Lines | |||||