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

Public Attributes

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

Detailed Description

Definition at line 81 of file interface_layout.c.

Member Data Documentation

◆ argv

void* uiLayoutRoot::argv

Definition at line 91 of file interface_layout.c.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ block

uiBlock* uiLayoutRoot::block

◆ emh

int uiLayoutRoot::emh

Definition at line 87 of file interface_layout.c.

Referenced by UI_block_layout().

◆ emw

int uiLayoutRoot::emw

Definition at line 87 of file interface_layout.c.

Referenced by UI_block_layout(), and ui_litem_estimate_column_flow().

◆ handlefunc

uiMenuHandleFunc uiLayoutRoot::handlefunc

Definition at line 90 of file interface_layout.c.

Referenced by ui_layout_end(), and uiLayoutSetFunc().

◆ layout

uiLayout* uiLayoutRoot::layout

◆ next

struct uiLayoutRoot* uiLayoutRoot::next

Definition at line 82 of file interface_layout.c.

◆ opcontext

int uiLayoutRoot::opcontext

◆ padding

int uiLayoutRoot::padding

Definition at line 88 of file interface_layout.c.

Referenced by UI_block_layout(), and ui_layout_add_padding_button().

◆ prev

struct uiLayoutRoot * uiLayoutRoot::prev

Definition at line 82 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: