parser: regenerate with lambda
[nit.git] / lib / gtk / gtk.nit
index 6d07ca5..405bb01 100644 (file)
@@ -1,7 +1,6 @@
 # This file is part of NIT ( http://www.nitlanguage.org ).
 #
-# Copyright 2011-2013 Alexis Laferrière <alexis.laf@xymus.net>
-# Copyright 2013 Nathan Heu <heu.nathan@courrier.uqam.ca>
+# Copyright 2013 Alexis Laferrière <alexis.laf@xymus.net>
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# GTK+ widgets and services
+#
+# By default provides services from GTK+ v3.4.
+# Newer features from v3.6 and v3.8 are available in the submodules v3_6 and v3_8 respectively.
 module gtk
 
-import gtk_widgets_ext
-import gtk_dialogs
-import gtk_assistant
+import v3_4