Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_query.c120 bool ui_but_has_array_value(const uiBut *but) in ui_but_has_array_value() function
H A Dinterface_intern.h1061 bool ui_but_has_array_value(const uiBut *but) ATTR_WARN_UNUSED_RESULT;
H A Dinterface_handlers.c2626 if (copy_array && ui_but_has_array_value(but)) { in ui_but_copy()
2717 if (paste_array && ui_but_has_array_value(but)) { in ui_but_paste()