Import line: | Gdk = imports.gi.Gdk; |
GIR File: | Gdk-3.0.gir |
C documentation: | GdkEventButton |
Struct : | EventButton |
Properties | Defined By | |
---|---|---|
axes : gdouble
|
Gdk.EventButton | |
button : guint32
|
Gdk.EventButton | |
device : Gdk.Device
|
Gdk.EventButton | |
send_event : gint8
|
Gdk.EventButton | |
state : Gdk.ModifierType
|
Gdk.EventButton | |
time : guint32
|
Gdk.EventButton | |
type : Gdk.EventType
|
Gdk.EventButton | |
window : Gdk.Window
|
Gdk.EventButton | |
x : gdouble
|
Gdk.EventButton | |
x_root : gdouble
|
Gdk.EventButton | |
y : gdouble
|
Gdk.EventButton | |
y_root : gdouble
|
Gdk.EventButton |
Method / Constructor | Defined By | |
---|---|---|
new Gdk.EventButton
()
Create a new Gdk.EventButton
Create a new Gdk.EventButton
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Entry
Signal |
The ::icon-press signal is emitted when an activatable icon
is clicked. |
Gtk.Entry
Signal |
The ::icon-release signal is emitted on the button release from a
mouse click over an activatable icon. |
Gtk.StatusIcon
Signal |
The ::button-press-event signal will be emitted when a button
(typically from a mouse) is pressed. |
Gtk.StatusIcon
Signal |
The ::button-release-event signal will be emitted when a button
(typically from a mouse) is released. |
Gtk.Widget
Signal |
The ::button-press-event signal will be emitted when a button
(typically from a mouse) is pressed. |
Gtk.Widget
Signal |
The ::button-release-event signal will be emitted when a button
(typically from a mouse) is released. |
WebKit.WebView
Method |
get_hit_test_result
(EventButton event)
:
WebKit.HitTestResult
Does a 'hit test' in the coordinates specified by event to figure
out context information about that position in the webView. |