[Vala] Inheriting Gtk.ListStore
- From: Simon Chan <simon780 gmail com>
- To: vala-list gnome org
- Subject: [Vala] Inheriting Gtk.ListStore
- Date: Sat, 29 Aug 2009 00:11:37 +0800
I am trying to inherit ListStore object, but with no success.
It's complaining the following message when I compile
"undefined reference to `gtk_list_store_construct'"
Does anyone know how to inherit vala object?
vala version: 0.7.5
class CustListStore : Gtk.ListStore {
public CustListStore (Type[] types) {
base.newv(types);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]