|
Blender
V2.93
|
Public Attributes | |
| struct uiButStore * | next |
| struct uiButStore * | prev |
| uiBlock * | block |
| ListBase | items |
Definition at line 788 of file interface_utils.c.
| uiBlock* uiButStore::block |
Definition at line 790 of file interface_utils.c.
Referenced by UI_butstore_create(), UI_butstore_free(), and UI_butstore_is_valid().
| ListBase uiButStore::items |
Definition at line 791 of file interface_utils.c.
Referenced by UI_butstore_free(), UI_butstore_register(), and UI_butstore_unregister().
| struct uiButStore* uiButStore::next |
Definition at line 789 of file interface_utils.c.
| struct uiButStore * uiButStore::prev |
Definition at line 789 of file interface_utils.c.