RE: [Java-gnome-developer] GtkListStore and GtkTreeStore
Brought to you by:
afcowie
|
From: Jeffrey M. <Jef...@Br...> - 2002-04-12 11:45:20
|
I just added a crippled version of GtkTreeStore. This area of the code is really bad and I really need to readdress this entire hierarchy. Currently GtkTreeModel is not an interface in java-gnome and that is why you do not see it as an interface in the javadocs. By tomorrow I hope to have this cleaned up. -Jeff > GtkTreeModel is an interface that has two implementations: > GtkListStore and GtkTreeStore. I get an error trying to > instantiate GtkListStore and I cant find GtkTreeStore at all!? >=20 > btw. is there some way to make the javadocs show that > GtkTreeModel is an interface? >=20 > - S=F8ren >=20 >=20 >=20 > _______________________________________________ > java-gnome-developer mailing list > jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-gnome-developer >=20 |