Ekaterina Gerasimova kittykat3756@gmail.com 2013 Gordon Hill caseyweederman@gmail.com 2013 Bind functions to events using Lang. Actions and signals Get started with GNOME

Gtk has a set of predefined events that you can use in your application.

Declare HelloWorld as a new class.

constructor is called when a new instance is created. Create a GtkApplication, then connect activate to the existing Gtk event _onActivate and startup to _onStartup:

Show the window upon application activation: