Enumeration (GI Enum)

Gdk-3.0GdkWindowWindowClass

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.

Index

Enumeration Members

Enumeration Members

INPUT_ONLY: number

window for events only

INPUT_OUTPUT: number

window for graphics and events