|
||
struct TWsVisibilityChangedEvent;
Visibility changed events.
These events are generated in response to a window being obscured, or being fully or partially revealed after being obscured.
Defined in TWsVisibilityChangedEvent
:
ECanBeSeen
Some or all of the window is visible, either directly or through a transparent w...ECantBeSeen
None of the window is visible, either directly or through a transparent window. EFullyVisible
All of the window is directly visible. ENotVisible
None of the window is visible, either directly or through a transparent window. EPartiallyVisible
Some (or all) of the window is visible, either directly or through a transparent...anonymous
anonymous
iFlags
A combination of one or more visibility event flags. RWindowTreeNode::EnableVisibilityChangeEvents()
Enables reporting of window visibility change events.n/a
|
n/a
|
TUint iFlags;
A combination of one or more visibility event flags.