lib/gtk: GtkListBoxRow is a GtkBin
authorAlexis Laferrière <alexis.laf@xymus.net>
Thu, 7 Apr 2016 17:43:01 +0000 (13:43 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 7 Apr 2016 17:43:01 +0000 (13:43 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/gtk/v3_10.nit

index f47b46e..37b5dd5 100644 (file)
@@ -70,7 +70,7 @@ end
 
 # A single row of a `GtkListBox`
 extern class GtkListBoxRow `{ GtkListBoxRow* `}
-       super GtkWidget
+       super GtkBin
 
        new `{ return (GtkListBoxRow*)gtk_list_box_row_new(); `}