|
Blender
V3.3
|
Public Attributes | |
| struct uiButStore * | next |
| struct uiButStore * | prev |
| uiBlock * | block |
| ListBase | items |
Definition at line 952 of file interface_utils.cc.
| uiBlock* uiButStore::block |
Definition at line 954 of file interface_utils.cc.
Referenced by UI_butstore_create(), UI_butstore_free(), and UI_butstore_is_valid().
| ListBase uiButStore::items |
Definition at line 955 of file interface_utils.cc.
Referenced by UI_butstore_free(), UI_butstore_register(), and UI_butstore_unregister().
| struct uiButStore* uiButStore::next |
Definition at line 953 of file interface_utils.cc.
| struct uiButStore * uiButStore::prev |
Definition at line 953 of file interface_utils.cc.