Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_query.c48 UI_BTYPE_SEPR, in ui_but_is_editable()
84 if (ELEM(but->type, UI_BTYPE_ROUNDBOX, UI_BTYPE_SEPR, UI_BTYPE_SEPR_LINE, UI_BTYPE_LISTBOX)) { in ui_but_is_interactive()
508 if (!ELEM(but->type, UI_BTYPE_SEPR, UI_BTYPE_SEPR_LINE)) { in ui_but_next_non_separator()
538 return (but && !ELEM(but->type, UI_BTYPE_SEPR_LINE, UI_BTYPE_SEPR)); in UI_block_can_add_separator()
H A Dinterface_align.c121 UI_BTYPE_SEPR, in ui_but_can_align()
552 UI_BTYPE_SEPR, in ui_but_can_align()
H A Dinterface_template_search_menu.c687 while (but_test && but_test->type == UI_BTYPE_SEPR) { in menu_items_from_ui_create()
H A Dinterface_layout.c3292 (is_menu) ? UI_BTYPE_SEPR_LINE : UI_BTYPE_SEPR, in uiItemS_ex()
3781 if (ELEM(bitem->but->type, UI_BTYPE_SEPR, UI_BTYPE_SEPR_LINE, UI_BTYPE_SEPR_SPACER)) { in ui_item_is_radial_drawable()
5445 block, UI_BTYPE_SEPR, 0, "", 0, 0, root->padding, root->padding, NULL, 0.0, 0.0, 0, 0, ""); in ui_layout_add_padding_button()
H A Dinterface_handlers.c3438 UI_BTYPE_SEPR, in ui_textedit_next_but()
3470 UI_BTYPE_SEPR, in ui_textedit_prev_but()
7692 case UI_BTYPE_SEPR: in ui_do_button()
9870 UI_BTYPE_SEPR, in ui_handle_menu_event()
10232 if (but->pie_dir == dir && !ELEM(but->type, UI_BTYPE_SEPR, UI_BTYPE_SEPR_LINE)) { in ui_block_pie_dir_activate()
H A Dinterface.c377 if (!ELEM(bt->type, UI_BTYPE_SEPR, UI_BTYPE_SEPR_LINE, UI_BTYPE_SEPR_SPACER)) { in ui_block_bounds_calc_text()
4087 UI_BTYPE_SEPR, in ui_def_but()
H A Dinterface_widgets.c4580 case UI_BTYPE_SEPR: in ui_draw_but()
H A Dinterface_templates.c6410 UI_BTYPE_SEPR, in uiTemplateList()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_interface.h378 UI_BTYPE_SEPR = 54 << 9, enumerator