Enumeration
GdkWindowWindowClass
since: 3.0
Description [src]
GDK_INPUT_OUTPUT
windows are the standard kind of window you might expect.
Such windows receive events and are also displayed on screen.
GDK_INPUT_ONLY
windows are invisible; they are usually placed above other
windows in order to trap or filter the events. You can’t draw on
GDK_INPUT_ONLY
windows.
Available since: 3.0
Members
GDK_INPUT_OUTPUT
-
Window for graphics and events.
- Value:
0
- Nickname:
input-output
- Available since: 3.0
- Value:
GDK_INPUT_ONLY
-
Window for events only.
- Value:
1
- Nickname:
input-only
- Available since: 3.0
- Value: