[Gtk-sharp-list] Is there something equivalent to AddMessageFilter(IMessageFilter value) in Gtk#?

Frank Gutierrez Domínguez f.gutierrez at lab.matcom.uh.cu
Thu May 5 17:21:10 EDT 2011


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!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20110505/a4990c0d/attachment.html 


More information about the Gtk-sharp-list mailing list