Module: Gdk::VisibilityState

Defined in:
(unknown)

Constant Summary collapse

UNOBSCURED =

the window is completely visible.

0 or :unobscured
PARTIAL =

the window is partially visible.

1 or :partial
FULLY_OBSCURED =

the window is not visible at all.

2 or :fully_obscured