From 938eeb068711e69f2289e3209d2b748af6226a0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sun, 21 Dec 2014 10:45:52 -0500 Subject: [PATCH] lib/gtk: add `GtkBox` to containers hierarchy MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/gtk/v3_4/gtk_core.nit | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/gtk/v3_4/gtk_core.nit b/lib/gtk/v3_4/gtk_core.nit index 561139b..cee996c 100644 --- a/lib/gtk/v3_4/gtk_core.nit +++ b/lib/gtk/v3_4/gtk_core.nit @@ -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 *`} -- 1.7.9.5