Blender V4.3
uiLayoutRoot Struct Reference

Public Attributes

uiLayoutRootnext
 
uiLayoutRootprev
 
int type
 
wmOperatorCallContext opcontext
 
int emw
 
int emh
 
int padding
 
uiMenuHandleFunc handlefunc
 
void * argv
 
const uiStylestyle
 
uiBlockblock
 
uiLayoutlayout
 

Detailed Description

Definition at line 74 of file interface_layout.cc.

Member Data Documentation

◆ argv

void* uiLayoutRoot::argv

Definition at line 84 of file interface_layout.cc.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ block

◆ emh

int uiLayoutRoot::emh

Definition at line 80 of file interface_layout.cc.

Referenced by UI_block_layout().

◆ emw

int uiLayoutRoot::emw

Definition at line 80 of file interface_layout.cc.

Referenced by UI_block_layout(), and ui_litem_estimate_column_flow().

◆ handlefunc

uiMenuHandleFunc uiLayoutRoot::handlefunc

Definition at line 83 of file interface_layout.cc.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ layout

uiLayout* uiLayoutRoot::layout

◆ next

uiLayoutRoot* uiLayoutRoot::next

Definition at line 75 of file interface_layout.cc.

◆ opcontext

◆ padding

int uiLayoutRoot::padding

Definition at line 81 of file interface_layout.cc.

Referenced by UI_block_layout(), and ui_layout_add_padding_button().

◆ prev

uiLayoutRoot * uiLayoutRoot::prev

Definition at line 75 of file interface_layout.cc.

◆ style

◆ type


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