Re: [Vala] Genie syntax for connect



On Wed, Oct 13, 2010 at 11:31:09 +0200, Nicolas wrote:
        destroy.connect(Gtk.main_quit)
        spin_box.value_changed.connect(spinbox_value)
        slider.value_changed.connect (slider_value)
        button.clicked.connect(Gtk.main_quit)

I also update the "[Genie] Synchronizing Widgets" in code.valaide.org

That however avoids anonymous functions, which the original question
explicitly asked about.

-- 
                                                 Jan 'Bulb' Hudec <bulb ucw cz>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]