gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.System.ObjectGrab methods allow you to limit the keyboard and mouse interaction to a particular widget or window.ConstructorDon't use.MethodSystem.Void
The that grabs keyboard and pointer events.
Makes the specified widget the currently grabbed widget. This means that interaction with other widgets in the same application is blocked and mouse as well as keyboard events are delivered to this widget.PropertyGtk.WidgetQueries the current grab of the default window group.A which currently has the grab or if no grab is active.MethodSystem.Void
The which gives up the grab.
Removes the grab from the given widget. You have to pair calls to and .