Gtk.Widget.ProcessEvent Method
Rarely-used method. This method is used to emit the events on a widget.

Syntax

public bool ProcessEvent (Gdk.Event evnt)

Parameters

evnt
A Gdk.Event.

Returns

Return from the event emission (true if the event was handled)

Remarks

If you want to synthesize an event though, don't use this method; instead, use Gtk.Main.DoEvent so the event will behave as if it were in the event queue.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)