Hi all, i have a question about using Gtk.Stock and Gtk.Button. Is it possible to do this : Button button = new Button(Gtk.Stock.Quit); If i want to have button with Quit icon, but without Label? Thank you Ales