class TWindowConfig |
Public Member Enumerations | |
---|---|
enum | anonymous { ETransparencyEnabled = 0x0001, EAlphaBlendedTransparency = 0x0002 } |
Public Attributes | |
---|---|
TInt | iFlags |
Private Attributes | |
---|---|
TInt | iReserved0 |
TInt | iReserved1 |
TInt | iReserved2 |
Transparency flags.
Used to represent transparency configuration of the window.
ETransparencyEnabled = 0x0001 |
Transparency is enabled on the window. |
EAlphaBlendedTransparency = 0x0002 |
Window transparency uses alpha blending channel. |
TInt | iFlags |
Indicate configuration of window, using enumerations defined within this class.