Home
last modified time | relevance | path

Searched refs:ui_but_alloc_info (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface.c3815 static void ui_but_alloc_info(const eButType type, in ui_but_alloc_info() function
3887 ui_but_alloc_info(type, &alloc_size, &alloc_str, NULL); in ui_but_alloc()
3914 ui_but_alloc_info(but->type, NULL, NULL, &old_has_custom_type); in ui_but_change_type()
3915 ui_but_alloc_info(new_type, &alloc_size, &alloc_str, &new_has_custom_type); in ui_but_change_type()