Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_eyedropper_colorband.c85 uiBut *but = UI_context_active_but_get(C); in eyedropper_colorband_init()
338 uiBut *but = UI_context_active_but_get(C); in eyedropper_colorband_poll()
H A Dinterface_ops.c246 uiBut *but = UI_context_active_but_get(C); in copy_python_command_button_poll()
257 uiBut *but = UI_context_active_but_get(C); in copy_python_command_button_exec()
1153 const uiBut *but = UI_context_active_but_get(C); in jump_to_target_button()
1346 uiBut *but = UI_context_active_but_get(C); in editsource_exec()
1477 uiBut *but = UI_context_active_but_get(C); in edittranslation_exec()
1653 uiBut *but = UI_context_active_but_get(C); in ui_button_press_invoke()
H A Dinterface_utils.c637 uiBut *but = UI_context_active_but_get(C); in UI_but_online_manual_id_from_active()
H A Dinterface_region_popup.c777 uiBut *activebut = UI_context_active_but_get(C); in ui_popup_block_create()
H A Dinterface_templates.c534 uiBut *but = UI_context_active_but_get(C); in UI_context_active_but_prop_get_templateID()
1202 uiBut *but = UI_context_active_but_get(C); in UI_context_active_but_get_tab_ID()
H A Dinterface_handlers.c8333 uiBut *UI_context_active_but_get(const bContext *C) in UI_context_active_but_get() function
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_interface.h2464 uiBut *UI_context_active_but_get(const struct bContext *C);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_tools.c2811 uiBut *but = UI_context_active_but_get(C); in outliner_operation()