|
Blender V4.3
|
#include <DNA_screen_types.h>
Public Attributes | |
| struct PanelCategoryDyn * | next |
| struct PanelCategoryDyn * | prev |
| char | idname [64] |
| rcti | rect |
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 230 of file DNA_screen_types.h.
| char PanelCategoryDyn::idname[64] |
Definition at line 232 of file DNA_screen_types.h.
Referenced by ui_handle_panel_category_cycling(), ui_handler_panel_region(), UI_panel_category_active_get(), UI_panel_category_add(), and UI_panel_category_index_active_set().
| struct PanelCategoryDyn* PanelCategoryDyn::next |
Definition at line 231 of file DNA_screen_types.h.
Referenced by ui_handle_panel_category_cycling().
| struct PanelCategoryDyn * PanelCategoryDyn::prev |
Definition at line 231 of file DNA_screen_types.h.
Referenced by ui_handle_panel_category_cycling().
| rcti PanelCategoryDyn::rect |
Definition at line 233 of file DNA_screen_types.h.