Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/windowmanager/intern/
H A Dwm_operators.c1326 C, col, op, UI_BUT_LABEL_ALIGN_NONE, UI_TEMPLATE_OP_PROPS_SHOW_TITLE); in wm_block_create_redo()
1385 C, layout, op, UI_BUT_LABEL_ALIGN_SPLIT_COLUMN, UI_TEMPLATE_OP_PROPS_SHOW_TITLE); in wm_block_dialog_create()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DUI_interface.h1838 UI_TEMPLATE_OP_PROPS_SHOW_TITLE = 1 << 0, enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_templates.c2313 if (layout_flags & UI_TEMPLATE_OP_PROPS_SHOW_TITLE) { in template_operator_property_buts_draw_single()
2533 layout_flags = UI_TEMPLATE_OP_PROPS_SHOW_TITLE; in uiTemplateOperatorRedoProperties()