TWindowConfig Class Reference

class TWindowConfig
Public Member Enumerations
enumanonymous { ETransparencyEnabled = 0x0001, EAlphaBlendedTransparency = 0x0002 }
Public Attributes
TInt iFlags
Private Attributes
TInt iReserved0
TInt iReserved1
TInt iReserved2

Member Enumerations Documentation

Enum anonymous

Transparency flags.

Used to represent transparency configuration of the window.

Enumerators

ETransparencyEnabled = 0x0001

Transparency is enabled on the window.

EAlphaBlendedTransparency = 0x0002

Window transparency uses alpha blending channel.

Member Data Documentation

TInt iFlags

TInt iFlags

Indicate configuration of window, using enumerations defined within this class.

TInt iReserved0

TInt iReserved0[private]

TInt iReserved1

TInt iReserved1[private]

TInt iReserved2

TInt iReserved2[private]