|
Blender V4.3
|
#include <DNA_screen_types.h>
Public Attributes | |
| struct LayoutPanelState * | next |
| struct LayoutPanelState * | prev |
| char * | idname |
| uint8_t | flag |
| char | _pad [7] |
Definition at line 133 of file DNA_screen_types.h.
| char LayoutPanelState::_pad[7] |
Definition at line 138 of file DNA_screen_types.h.
| uint8_t LayoutPanelState::flag |
Definition at line 137 of file DNA_screen_types.h.
| char* LayoutPanelState::idname |
Identifier of the panel.
Definition at line 136 of file DNA_screen_types.h.
Referenced by panel_list_copy().
| struct LayoutPanelState* LayoutPanelState::next |
Definition at line 134 of file DNA_screen_types.h.
| struct LayoutPanelState * LayoutPanelState::prev |
Definition at line 134 of file DNA_screen_types.h.