unreal.MultiBoxType

class unreal.MultiBoxType

Bases: EnumBase

Types of MultiBoxes

C++ Source:

  • Module: Slate

  • File: MultiBoxDefs.h

BUTTON_ROW: MultiBoxType = Ellipsis

Buttons arranged in rows, with a maximum number of buttons per row, like a toolbar but can have multiple rows

Type:

6

MENU: MultiBoxType = Ellipsis

Vertical menu (pull-down menu, or context menu)

Type:

5

MENU_BAR: MultiBoxType = Ellipsis

Horizontal menu bar

Type:

0

SLIM_HORIZONTAL_TOOL_BAR: MultiBoxType = Ellipsis

Toolbar which is a slim version of the toolbar that aligns an icon and a text element horizontally

Type:

3

SLIM_HORIZONTAL_UNIFORM_TOOL_BAR: MultiBoxType = Ellipsis

A toolbar with horizontally-oriented buttons that tries to arrange all toolbar items uniformly

Type:

7

SLIM_WRAPPING_TOOL_BAR: MultiBoxType = Ellipsis

Horizontal tool bar that can (optionally) wrap to subsequent rows

Type:

8

TOOL_BAR: MultiBoxType = Ellipsis

Horizontal tool bar

Type:

1

UNIFORM_TOOL_BAR: MultiBoxType = Ellipsis

A toolbar that tries to arrange all toolbar items uniformly (supports only horizontal toolbars for now)

Type:

4

VERTICAL_TOOL_BAR: MultiBoxType = Ellipsis

Vertical tool bar

Type:

2