Package: gdk

GEnum gdk:window-window-class

Declaration

(gobject:define-genum "GdkWindowWindowClass" window-window-class
  (:export t
   :type-initializer "gdk_window_window_class_get_type")
  (:input-output 0)
  (:input-only 1))  

Values

:input-output
Window for graphics and events.
:input-only
Window for events only.

Details

:input-output windows are the standard kind of window you might expect. Such windows receive events and are also displayed on screen. :input-only windows are invisible. They are usually placed above other windows in order to trap or filter the events. You cannot draw on :input-only windows.
 

See also

2023-2-26