Widget.addController

Adds @controller to @widget so that it will receive events.

You will usually want to call this function right after creating any kind of [class@Gtk.EventController].

class Widget
void
addController

Parameters

controller EventController

a #GtkEventController that hasn't been added to a widget yet

Meta