Blender
V3.3
|
Public Types | |
enum | { UI_TIP_STYLE_NORMAL = 0 , UI_TIP_STYLE_HEADER , UI_TIP_STYLE_MONO } |
enum | { UI_TIP_LC_MAIN = 0 , UI_TIP_LC_VALUE , UI_TIP_LC_ACTIVE , UI_TIP_LC_NORMAL , UI_TIP_LC_PYTHON , UI_TIP_LC_ALERT } |
Public Attributes | |
enum uiTooltipFormat:: { ... } | style |
enum uiTooltipFormat:: { ... } | color_id |
int | is_pad: 1 |
Definition at line 64 of file interface_region_tooltip.c.
anonymous enum |
Enumerator | |
---|---|
UI_TIP_STYLE_NORMAL | |
UI_TIP_STYLE_HEADER | |
UI_TIP_STYLE_MONO |
Definition at line 65 of file interface_region_tooltip.c.
anonymous enum |
Enumerator | |
---|---|
UI_TIP_LC_MAIN | |
UI_TIP_LC_VALUE | |
UI_TIP_LC_ACTIVE | |
UI_TIP_LC_NORMAL | |
UI_TIP_LC_PYTHON | |
UI_TIP_LC_ALERT |
Definition at line 70 of file interface_region_tooltip.c.
enum { ... } uiTooltipFormat::color_id |
Referenced by ui_tooltip_data_from_tool(), and ui_tooltip_region_draw_cb().
int uiTooltipFormat::is_pad |
Definition at line 78 of file interface_region_tooltip.c.
Referenced by ui_tooltip_create_with_data(), and ui_tooltip_region_draw_cb().
enum { ... } uiTooltipFormat::style |
Referenced by ui_tooltip_create_with_data(), and ui_tooltip_region_draw_cb().