lib/gtk: add `GtkBox` to containers hierarchy
authorAlexis Laferrière <alexis.laf@xymus.net>
Sun, 21 Dec 2014 15:45:52 +0000 (10:45 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Sat, 27 Dec 2014 17:52:30 +0000 (12:52 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/gtk/v3_4/gtk_core.nit

index 561139b..cee996c 100644 (file)
@@ -348,6 +348,13 @@ extern class GtkGrid `{GtkGrid *`}
        `}
 end
 
+# A container box
+#
+# @https://developer.gnome.org/gtk3/3.4/GtkBox.html
+extern class GtkBox `{ GtkBox * `}
+       super GtkContainer
+end
+
 #The tree interface used by GtkTreeView
 #@https://developer.gnome.org/gtk3/stable/GtkTreeModel.html
 extern class GtkTreeModel `{GtkTreeModel *`}