|
Back to Table of contents |
General information |
type: struct
inherits: (none)
module: glowMenuButtonWidgetGlowPopupMenuMessage 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