Last updated: Sun, 12 May 2013 view this page in English
GdkWindowClass
Gdk::INPUT_OUTPUT windows are the standard kind
of window you might expect. Gdk::INPUT_ONLY windows
are invisible; they are used to trap events, but you can't draw on them.
Value
Symbolic name
Description
0
Gdk::INPUT_OUTPUT
Window for graphics and events.
1
Gdk::INPUT_ONLY
Window for events only.
User Contributed Notes gdk.enum.windowclass.php
There are no user contributed notes for this page.