Blender V4.3
LayoutPanelState Struct Reference

#include <DNA_screen_types.h>

Public Attributes

struct LayoutPanelStatenext
 
struct LayoutPanelStateprev
 
char * idname
 
uint8_t flag
 
char _pad [7]
 

Detailed Description

Definition at line 133 of file DNA_screen_types.h.

Member Data Documentation

◆ _pad

char LayoutPanelState::_pad[7]

Definition at line 138 of file DNA_screen_types.h.

◆ flag

uint8_t LayoutPanelState::flag

Definition at line 137 of file DNA_screen_types.h.

◆ idname

char* LayoutPanelState::idname

Identifier of the panel.

Definition at line 136 of file DNA_screen_types.h.

Referenced by panel_list_copy().

◆ next

struct LayoutPanelState* LayoutPanelState::next

Definition at line 134 of file DNA_screen_types.h.

◆ prev

struct LayoutPanelState * LayoutPanelState::prev

Definition at line 134 of file DNA_screen_types.h.


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