2 Copyright 2009 by Hans Baier
9 // template for new widgets
13 static int main (string[] args
) {
15 var window
= new Gtk
.Window (Gtk
.WindowType
.TOPLEVEL
);
16 var widget
= new
SmallButton ();
18 window
.destroy
+= Gtk
.main_quit
;
25 } // namespace Prolooks