Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_region_menu_popup.c244 if ((block->flag & UI_BLOCK_POPUP_MEMORY) && (bt = ui_popup_menu_memory_get(block))) { in ui_block_func_POPUP()
390 pup->block->flag |= UI_BLOCK_POPUP_MEMORY | UI_BLOCK_IS_FLIP; in UI_popup_menu_begin_ex()
H A Dinterface_handlers.c8210 if (block->flag & UI_BLOCK_POPUP_MEMORY) { in button_activate_exit()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_interface.h147 UI_BLOCK_POPUP_MEMORY = 1 << 12, enumerator