Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface.c1062 UI_BTYPE_BLOCK, in ui_menu_block_set_keyaccels()
4054 UI_BTYPE_BLOCK, in ui_def_but()
4077 UI_BTYPE_BLOCK, in ui_def_but()
6275 block, UI_BTYPE_BLOCK, 0, str, x, y, width, height, arg, 0.0, 0.0, 0.0, 0.0, tip); in uiDefBlockBut()
6292 block, UI_BTYPE_BLOCK, 0, str, x, y, width, height, NULL, 0.0, 0.0, 0.0, 0.0, tip); in uiDefBlockButN()
6396 block, UI_BTYPE_BLOCK, 0, str, x, y, width, height, arg, 0.0, 0.0, 0.0, 0.0, tip); in uiDefIconTextBlockBut()
6425 block, UI_BTYPE_BLOCK, retval, "", x, y, width, height, arg, 0.0, 0.0, 0.0, 0.0, tip); in uiDefIconBlockBut()
H A Dinterface_handlers.c2162 case UI_BTYPE_BLOCK: in ui_apply_but()
4039 case UI_BTYPE_BLOCK: in ui_block_open_begin()
7659 case UI_BTYPE_BLOCK: in ui_do_button()
7886 if (ELEM(but->type, UI_BTYPE_BLOCK, UI_BTYPE_PULLDOWN, UI_BTYPE_POPOVER) || in button_activate_state()
7897 else if ((but->block->flag & UI_BLOCK_LOOP && but->type != UI_BTYPE_BLOCK) || in button_activate_state()
8627 else if (ELEM(but->type, UI_BTYPE_BLOCK, UI_BTYPE_PULLDOWN)) { in ui_handle_button_activate_by_type()
9671 if (but && ELEM(but->type, UI_BTYPE_BLOCK, UI_BTYPE_PULLDOWN)) { in ui_handle_menu_event()
9887 UI_BTYPE_BLOCK, in ui_handle_menu_event()
H A Dinterface_widgets.c4657 case UI_BTYPE_BLOCK: in ui_draw_but()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_interface.h349 UI_BTYPE_BLOCK = 19 << 9, enumerator