gtk-sharp2.10.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Object to represent a selection.System.ObjectMethodSystem.VoidAdd targets for this widget.
a
a
a
a MethodSystem.VoidRemove all targets registered for the given selection for the widget.
a
a representing the selection.
MethodSystem.VoidRemoves all handlers and unsets ownership of all
selections for a widget. Called when widget is being
destroyed.
a MethodSystem.BooleanThe default handler for the event. Instead of calling this function, chain up from your . Calling this function from any other context is illegal.
a
a a , true if the event was handled, otherwise falseThis function will be deprecated in future versions of GTK+ and GTK#.MethodSystem.BooleanRequest the contents of a selection. When received,
a event will
be generated.
a , the requesting widget
a , the selection to get
a , the form of the information ("STRING" for example) (TODO: elaborate possible options)
a , the time the request is being made
a , true if the request succeeded, false if it couldn't be processed.MethodSystem.VoidAdd the specified target to the list of supported targets for this selection.
a , the widget for which this target applies
a , the selection data
a
a TODO: this could be better-explained.MethodSystem.BooleanClaims ownership of a given selection for a particular widget, or if is , release ownership of the selection.
a or
a representing the selection to claim.
a , a timestamp to use in claiming the selection.
a , true if the operation succeeded.MethodSystem.BooleanClaims ownership of a given selection on a given display for a particular widget, or if is , release ownership of the selection.
a , the display where the selection is set.
a or
a representing the selection to claim.
a , a timestamp to use in claiming the selection.
a , true if the operation succeeded.ConstructorPublic constructor.