Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_resources.h
| Show All 33 Lines | |||||
| typedef enum { | typedef enum { | ||||
| /* ui */ | /* ui */ | ||||
| #include "UI_icons.h" | #include "UI_icons.h" | ||||
| BIFICONID_LAST, | BIFICONID_LAST, | ||||
| } BIFIconID; | } BIFIconID; | ||||
| #define BIFICONID_FIRST (ICON_NONE) | #define BIFICONID_FIRST (ICON_NONE) | ||||
| /* Removed icon no longer used, defined so that add-ons don't have to be \ | |||||
| * updated. */ | |||||
| #define ICON_SMALL_TRI_RIGHT_VEC (ICON_RIGHTARROW) | |||||
| /* use to denote intentionally unset theme color */ | /* use to denote intentionally unset theme color */ | ||||
| #define TH_UNDEFINED -1 | #define TH_UNDEFINED -1 | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| typedef enum ThemeColorID { | typedef enum ThemeColorID { | ||||
| ▲ Show 20 Lines • Show All 409 Lines • Show Last 20 Lines | |||||