FORMS_EWidgetType

An enum defined in FORMS_EWidgetType.gml

Description

Enumeration of widget types.

Members

Name Description
Blank A black widget. Used in the base widget struct.
Compound A widget with child widgets.
Canvas A compound widget with surface.
Dock A dock widget.
Viewport A viewport widget.
Container A canvas widget with a content script.
Scrollbar A scrollbar widget.
Toolbar A toolbar widget.
ToolbarButton A toolbar button widget.
ToolbarSwitch A toolbar switch widget.
Panel A widget with titlebar and scrollable content.
Window A floating window widget.
ContextMenu A context menu widget.
ContextMenuItem An item in a context menu.
MenuBar A menu bar widget.
MenuBarItem An item in a menu bar.
Manager A manager of all widgets.
SIZE Total number of members of this enum.

Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.