Hello, 

I don't know if this is the right place to ask... 
I have a application and I want to register a global event listener 
to get events like window:create, window:restore or 
Gtk:AtkText:text-caret-moved etc.

I also need a focus traker but I managed to do that with :
Atk.Global.AddFocusTracker ()

I didn't find in the documentation the method that adds a global event listener 
but I found :
Atk.Global.RemoveGlobalEventListener ()


I now that in C I can use this function:
guint atk_add_global_event_listener (GSignalEmissionHook litener, const gchar 
*event_type);

Is there something similar implemented in Atk# ? 


Thanks, 
Dragan

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to