gtk-sharp 0.0.0.0 neutral Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added System.Object Method System.Void To be added To be added Method Gtk.Widget To be added a a To be added Method System.String To be added a a a a To be added Method System.Void Propagate an event from one widget to another. to propagate event to. to propagate. This function should be rarely used, look into event handler overriding instead. Method System.Boolean To be added a a a a To be added Method System.String To be added a To be added Constructor To be added a To be added Property Pango.Language To be added a To be added Property Gdk.Event Obtains a copy of the event currently being processed by Gtk#. a For example, if you get a event from , the current event will be the that triggered the signal. If there is no current event, the function returns . Property System.UInt32 Returns a representing the unix time of the current event. Returns the unix time for the current event. None. Method System.Void To be added a a a a a a To be added Method System.Boolean To be added a a To be added Method GLib.GType To be added a To be added Method GLib.GType To be added a To be added Method GLib.GType To be added a To be added Method GLib.GType To be added a To be added Method GLib.GType To be added a To be added Method GLib.GType To be added a To be added Method GLib.GType To be added a To be added Method GLib.GType To be added a To be added Property System.Boolean Checks if any events are pending. a This can be used to update the GUI and invoke timeouts etc. while doing some time intensive computation. /* computation going on */ ... while (Gtk.Global.EventsPending) { Gtk.Application.RunIteration (); } ... /* computation continued */ Method System.IntPtr To be added a a To be added