Libraries:Gtk:Gdk:Input
Functions
Add(source @ Std.Integer.SmallT, condition @ Std.Integer.SmallT, function @ Std.Function.T, data @ Std.Address.T) : Std.Integer.SmallT
AddFull(source @ Std.Integer.SmallT, condition @ Std.Integer.SmallT, function @ Std.Function.T, data @ Std.Address.T, destroy @ Std.Function.T) : Std.Integer.SmallT
Warning
AddFull has been deprecated since version 2.14 and should not be used in newly-written code. Use g_io_add_watch_full() on a GIOChannel
Remove(tag @ Std.Integer.SmallT) : Std.Object.T
Warning
Remove is deprecated and should not be used in newly-written code.
SetExtensionEvents(window @ Gtk.Gdk.Window.T, mask @ Std.Integer.SmallT, mode @ Gtk.Gdk.ExtensionMode.T) : Std.Object.T
Turns extension events on or off for a particular window, and specifies the event mask for extension events.
window | a Gtk.Gdk.Window.T. |
mask | the event mask |
mode | the type of extension events that are desired. |
Warning
Add has been deprecated since version 2.14 and should not be used in newly-written code. Use g_io_add_watch() on a GIOChannel