lua-users home
lua-l archive

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


Hi Pavel,

It's simply what I'm looking for :)
1000 thanks.

My code now is :
window = Gtk.Window {
    _on_delete_event_ = function ()
        window:hide()
        return true
    end
}


Bye

Laurent