GLOW API version 1.0 reference

Back to
Table of contents


class GlowCheckBoxMessage

General information

type: struct
inherits: (none)
module: glowCheckBoxWidget

GlowCheckBoxMessage encloses data sent to a GlowCheckBoxReceiver to notify it of a checkbox toggle event.

Most GLOW programs that use checkboxes will need to use GlowCheckBoxMessages.

Data

Event data

GlowCheckBoxWidget* widget

The checkbox hit.

GlowCheckBoxWidget::State state

The new state.

Glow::MouseButton mouseButton

The mouse button that was pressed. Uses the constants defined in Glow.

Glow::Modifiers modifiers

Keyboard modifiers that were down when the mouse button was pressed.

Back to
Table of contents


The GLOW Toolkit