Blender
V3.3
|
Public Attributes | |
int | but_flag |
int | but_drawflag |
bool | has_hold_action: 1 |
bool | is_text_input: 1 |
The button's state information adapted for drawing. Use STATE_INFO_NULL for empty state.
Definition at line 113 of file interface_widgets.c.
int uiWidgetStateInfo::but_drawflag |
Copy of uiBut.drawflag (possibly with overrides for drawing).
Definition at line 117 of file interface_widgets.c.
int uiWidgetStateInfo::but_flag |
Copy of uiBut.flag (possibly with overrides for drawing).
Definition at line 115 of file interface_widgets.c.
Referenced by ui_draw_menu_item().
bool uiWidgetStateInfo::has_hold_action |
Show that holding the button opens a menu.
Definition at line 120 of file interface_widgets.c.
bool uiWidgetStateInfo::is_text_input |
The button is in text input mode.
Definition at line 122 of file interface_widgets.c.