Re: Q: low level event handlin



Martin Pirstitz <e9326173 student tuwien ac at> writes:

Is it possible to get low level X events in a GTK application?

Yes, add a GDK event filter, it's something like
gdk_window_add_event_filter(), I don't remember exactly what the
function is called. Look in gdk/gdkx.h for the macro to get the
GdkWindow representing the root window.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]