Using GTK on Windows

The Windows port of GTK is an implementation of GDK (and therefore GTK) on top of the Win32 API. When compiling GTK on Windows, this backend is the default.

More information about GTK on Windows, including detailed build instructions, binary downloads, etc, can be found online.

The Win32 GDK backend can be influenced with some additional environment variables.

GDK_IGNORE_WINTAB

If this variable is set, GTK doesn’t use the Wintab API for tablet support.

GDK_USE_WINTAB

If this variable is set, GTK uses the Wintab API for tablet support. This is the default.

© 2005–2020 The GNOME Project
Licensed under the GNU Lesser General Public License version 2.1 or later.
https://developer.gnome.org/gtk4/4.0/gtk-windows.html