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

#include <DNA_screen_types.h>

Public Attributes

struct PanelCategoryDynnext
 
struct PanelCategoryDynprev
 
char idname [64]
 
rcti rect
 

Detailed Description

Notes on Panel Categories:

Clicking on a tab moves it to the front of region->panels_category_active, If the context changes so this tab is no longer displayed, then the first-most tab in ARegion.panels_category_active is used.

This way you can change modes and always have the tab you last clicked on.

Definition at line 225 of file DNA_screen_types.h.

Member Data Documentation

◆ idname

char PanelCategoryDyn::idname[64]

◆ next

struct PanelCategoryDyn* PanelCategoryDyn::next

Definition at line 226 of file DNA_screen_types.h.

Referenced by ui_handle_panel_category_cycling().

◆ prev

struct PanelCategoryDyn * PanelCategoryDyn::prev

Definition at line 226 of file DNA_screen_types.h.

Referenced by ui_handle_panel_category_cycling().

◆ rect

rcti PanelCategoryDyn::rect

Definition at line 228 of file DNA_screen_types.h.


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