GR_UPDATE_TYPE

Name

GR_UPDATE_TYPE -- Window update event, event subtypes

Description

A GR_UPDATE_TYPE enumeration type identifies the reason for a window receiving an update event. When a window receives a GR_EVENT_TYPE_UPDATE or a GR_EVENT_TYPE_CHILD_UPDATE event the GR_EVENT_UPDATE structure contains a field that specifies the update type.

The following table shows all of the available enumeration values that can be assigned to a GR_UPDATE_TYPE variable.

FlagDescription
GR_UPDATE_MAPIndicates that the window has been mapped.
GR_UPDATE_UNMAPIndicates that the window has been unmapped.
GR_UPDATE_MOVEIndicates that the window has been moved.
GR_UPDATE_SIZEIndicates that the window has been resized.
GR_UPDATE_UNMAPTEMPIndicates that the window has been temporarily unmapped. A window is temporarily unmapped while it is moved, resized or reparented.
GR_UPDATE_ACTIVATEIndicates that the window has been activated.
GR_UPDATE_DESTROYIndicates that the window has been destroyed.