Blender
V3.3
|
#include <interface_intern.h>
Public Attributes | |
void * | next |
void * | prev |
ListBase | buttons |
short | flag |
A group of button references, used by property search to keep track of sets of buttons that should be searched together. For example, in property split layouts number buttons and their labels (and even their decorators) are separate buttons, but they must be searched and highlighted together.
Definition at line 459 of file interface_intern.h.
ListBase uiButtonGroup::buttons |
Definition at line 461 of file interface_intern.h.
Referenced by button_group_free(), button_group_has_search_match(), ui_block_new_button_group(), ui_button_group_add_but(), and UI_panel_header_buttons_end().
short uiButtonGroup::flag |
Definition at line 462 of file interface_intern.h.
Referenced by ui_block_new_button_group(), and UI_panel_header_buttons_end().
void* uiButtonGroup::next |
Definition at line 460 of file interface_intern.h.
void * uiButtonGroup::prev |
Definition at line 460 of file interface_intern.h.