Blender V4.5
uiLayoutRoot Struct Reference

Public Attributes

uiLayoutRoot * next
uiLayoutRoot * prev
int type
wmOperatorCallContext opcontext
int emw
int emh
int padding
uiMenuHandleFunc handlefunc
void * argv
const uiStyle * style
uiBlock * block
uiLayout * layout

Detailed Description

Definition at line 77 of file interface_layout.cc.

Member Data Documentation

◆ argv

void* uiLayoutRoot::argv

Definition at line 87 of file interface_layout.cc.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ block

◆ emh

int uiLayoutRoot::emh

Definition at line 83 of file interface_layout.cc.

Referenced by UI_block_layout().

◆ emw

int uiLayoutRoot::emw

Definition at line 83 of file interface_layout.cc.

Referenced by UI_block_layout(), and ui_litem_estimate_column_flow().

◆ handlefunc

uiMenuHandleFunc uiLayoutRoot::handlefunc

Definition at line 86 of file interface_layout.cc.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ layout

◆ next

uiLayoutRoot* uiLayoutRoot::next

Definition at line 78 of file interface_layout.cc.

◆ opcontext

◆ padding

int uiLayoutRoot::padding

Definition at line 84 of file interface_layout.cc.

Referenced by UI_block_layout(), and ui_layout_add_padding_button().

◆ prev

uiLayoutRoot * uiLayoutRoot::prev

Definition at line 78 of file interface_layout.cc.

◆ style

◆ type


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