Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | |||||
| /* Defines */ | /* Defines */ | ||||
| /* char for splitting strings, aligning shortcuts in menus, users never see */ | /* char for splitting strings, aligning shortcuts in menus, users never see */ | ||||
| #define UI_SEP_CHAR '|' | #define UI_SEP_CHAR '|' | ||||
| #define UI_SEP_CHAR_S "|" | #define UI_SEP_CHAR_S "|" | ||||
| /* Separator for text in search menus (right pointing arrow). | /* Separator for text in search menus (right pointing arrow). | ||||
| * keep in sync with `string_search.cc`. */ | * keep in sync with `string_search.cc`. */ | ||||
| #define UI_MENU_ARROW_SEP "\xe2\x96\xb6" | #define UI_MENU_ARROW_SEP "\xe2\x96\xb8" | ||||
| /* names */ | /* names */ | ||||
| #define UI_MAX_DRAW_STR 400 | #define UI_MAX_DRAW_STR 400 | ||||
| #define UI_MAX_NAME_STR 128 | #define UI_MAX_NAME_STR 128 | ||||
| #define UI_MAX_SHORTCUT_STR 64 | #define UI_MAX_SHORTCUT_STR 64 | ||||
| /** | /** | ||||
| * For #ARegion.overlap regions, pass events though if they don't overlap | * For #ARegion.overlap regions, pass events though if they don't overlap | ||||
| ▲ Show 20 Lines • Show All 3,143 Lines • Show Last 20 Lines | |||||