Back to Seed Clases

Gdk


Classes

Interfaces

Structs

Unions

Enums

Struct Gdk.EventSelection

Import line: Gdk = imports.gi.Gdk;
GIR File: Gdk-3.0.gir
C documentation: GdkEventSelection
Struct : EventSelection
Generated when a selection is requested or ownership of a selection
is taken over by another client application.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gdk.EventSelection ()
Create a new Gdk.EventSelection
Create a new Gdk.EventSelection
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Widget
Signal
selection_clear_event (Widget self, EventSelection event) : gboolean
The ::selection-clear-event signal will be emitted when the
the widget's window has lost ownership of a selection.
Gtk.Widget
Signal
selection_notify_event (Widget self, EventSelection event) : gboolean
Gtk.Widget
Signal
selection_request_event (Widget self, EventSelection event) : gboolean
The ::selection-request-event signal will be emitted when
another client requests ownership of the selection owned by
the widget's window.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:57 GMT+0800 (HKT)