Blender  V3.3
Public Attributes | List of all members
uiLayoutRoot Struct Reference

Public Attributes

struct uiLayoutRoot * next
 
struct 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 69 of file interface_layout.c.

Member Data Documentation

◆ argv

void* uiLayoutRoot::argv

Definition at line 79 of file interface_layout.c.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ block

uiBlock* uiLayoutRoot::block

◆ emh

int uiLayoutRoot::emh

Definition at line 75 of file interface_layout.c.

Referenced by UI_block_layout().

◆ emw

int uiLayoutRoot::emw

Definition at line 75 of file interface_layout.c.

Referenced by UI_block_layout(), and ui_litem_estimate_column_flow().

◆ handlefunc

uiMenuHandleFunc uiLayoutRoot::handlefunc

Definition at line 78 of file interface_layout.c.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ layout

uiLayout* uiLayoutRoot::layout

◆ next

struct uiLayoutRoot* uiLayoutRoot::next

Definition at line 70 of file interface_layout.c.

◆ opcontext

wmOperatorCallContext uiLayoutRoot::opcontext

◆ padding

int uiLayoutRoot::padding

Definition at line 76 of file interface_layout.c.

Referenced by UI_block_layout(), and ui_layout_add_padding_button().

◆ prev

struct uiLayoutRoot * uiLayoutRoot::prev

Definition at line 70 of file interface_layout.c.

◆ style

const uiStyle* uiLayoutRoot::style

◆ type

int uiLayoutRoot::type

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