Hello, I’m migrating a Windows Forms application to Gtk# and I need to have
access to the messages before they are delivered to the corresponding
control (widget in my case).

In S.W.F this is achieved by inheriting from S.W.F.IMessageFilter, doing the
stuff inside the implementation of the interface’s method
PreFilterMessage(ref Message m) and in the constructor make a call to
Application. AddMessageFilter(IMessageFilter           value).

Does anybody knows how to do the same thing in Gtk#?

I’ll appreciate any help a lot!

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to