GLOW API version 1.0 reference

Back to
Table of contents


class GlowPopupMenuMessage

General information

type: struct
inherits: (none)
module: glowMenuButtonWidget

GlowPopupMenuMessage encloses data sent to a GlowPopupMenuReceiver to notify it of a popup menu selection event.

Some GLOW programs that use popup menus will need to use GlowPopupMenuMessages to receive notification of menu selections.

Data

Event data

GlowPopupMenuWidget* widget

The popup menu involved.

int item

The newly selected item.

int oldItem

The previously selected item.

Back to
Table of contents


The GLOW Toolkit