Search found 1 match

by hoggie
Sun 05 Dec 2010, 19:17
Forum: Programming
Topic: Vala and Genie programming
Replies: 516
Views: 310864

how to connect signals?

Many of the existing code examples contain depricated code by connecting Signals. i.E. destroy += Gtk.main_quit is replaced by destroy.connect(Gtk.main_quit) but i didn't find out how to repace the following Syntax: button.clicked += def (btn) title = "Hello World" btn.label = "Hello ...