unreal.MultiBoxType
¶
- class unreal.MultiBoxType¶
Bases:
unreal.EnumBase
Types of MultiBoxes
C++ Source:
Module: Slate
File: MultiBoxDefs.h
- BUTTON_ROW¶
Buttons arranged in rows, with a maximum number of buttons per row, like a toolbar but can have multiple rows
- Type
5
- MENU¶
Vertical menu (pull-down menu, or context menu)
- Type
4
- MENU_BAR¶
Horizontal menu bar
- Type
0
- TOOL_BAR¶
Horizontal tool bar
- Type
1
- UNIFORM_TOOL_BAR¶
A toolbar that tries to arrange all toolbar items uniformly (supports only horizontal toolbars for now)
- Type
3
- VERTICAL_TOOL_BAR¶
Vertical tool bar
- Type
2