[Lemon-commits] [lemon_svn] hegyi: r1586 - hugo/trunk/src/work/peter

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:46:25 CET 2006


Author: hegyi
Date: Mon Feb 28 13:22:38 2005
New Revision: 1586

Added:
   hugo/trunk/src/work/peter/gtk-mm-helloworld.cc
Removed:
   hugo/trunk/src/work/peter/gtk-helloworld.cc

Log:
Changing to gtk-mm

Added: hugo/trunk/src/work/peter/gtk-mm-helloworld.cc
==============================================================================
--- (empty file)
+++ hugo/trunk/src/work/peter/gtk-mm-helloworld.cc	Mon Feb 28 13:22:38 2005
@@ -0,0 +1,12 @@
+#include <gtkmm.h>
+
+int main(int argc, char *argv[])
+{
+    Gtk::Main kit(argc, argv);
+
+    Gtk::Window window;
+
+    Gtk::Main::run(window);
+    
+    return 0;
+}



More information about the Lemon-commits mailing list