Blender  V2.93
Public Attributes | List of all members
uiButtonGroup Struct Reference

#include <interface_intern.h>

Public Attributes

void * next
 
void * prev
 
ListBase buttons
 
short flag
 

Detailed Description

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 445 of file interface_intern.h.

Member Data Documentation

◆ buttons

ListBase uiButtonGroup::buttons

◆ flag

short uiButtonGroup::flag

Definition at line 448 of file interface_intern.h.

Referenced by ui_block_new_button_group(), and UI_panel_header_buttons_end().

◆ next

void* uiButtonGroup::next

Definition at line 446 of file interface_intern.h.

◆ prev

void * uiButtonGroup::prev

Definition at line 446 of file interface_intern.h.


The documentation for this struct was generated from the following file: