unreal.MultiBoxType

class unreal.MultiBoxType

Bases: EnumBase

Types of MultiBoxes

C++ Source:

  • Module: Slate

  • File: MultiBoxDefs.h

BUTTON_ROW: MultiBoxType

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

Type:

6

MENU: MultiBoxType

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

Type:

5

MENU_BAR: MultiBoxType

Horizontal menu bar

Type:

0

SLIM_HORIZONTAL_TOOL_BAR: MultiBoxType

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

Type:

3

TOOL_BAR: MultiBoxType

Horizontal tool bar

Type:

1

UNIFORM_TOOL_BAR: MultiBoxType

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

Type:

4

VERTICAL_TOOL_BAR: MultiBoxType

Vertical tool bar

Type:

2