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

6

MENU

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

Type

5

MENU_BAR

Horizontal menu bar

Type

0

SLIM_HORIZONTAL_TOOL_BAR

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

Type

3

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

4

VERTICAL_TOOL_BAR

Vertical tool bar

Type

2