[Vala] cannot create instance of abstract (non-instantiatable) type `GtkBox'
- From: Ronaldo Nascimento <sgtnasty gmail com>
- To: vala-list gnome org
- Subject: [Vala] cannot create instance of abstract (non-instantiatable) type `GtkBox'
- Date: Sun, 3 Jun 2012 16:47:09 -0400
When I use Glade 3.12 to create a vertical box, it saves it as GtkBox.
However at runtime it crashes vala with:
(nwars:9024): GLib-GObject-WARNING **: cannot create instance of abstract
(non-instantiatable) type `GtkBox'
When I look at the XML the entry for the offending GtkBox is:
<object class="GtkBox" id="box1">
However if I re-do it in Glade 2 the entry for the VBox is:
<object class="GtkVBox" id="vbox1">
Is vala not ready for Gtk+3?
I used vala-gen-project to create this mess.
--
Ronaldo Nascimento =][=
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]