On Tue, 2008-07-22 at 11:06 +0100, Emmanuele Bassi wrote: > On Tue, 2008-07-22 at 17:23 +0800, Pizza wrote: > > Hi, > > I'm quite new to clutter and even to programming, so maybe my questions > > are silly. > > 1. It seems that ClutterListModel is similar to GtkListStore. Are the > > usages similar too? > > partially.
by "partially" I mean: ClutterListModel is just an implementation of ClutterModel using GSequence as the data type used to store the list of rows - exactly like GtkListStore uses GSequence to do the same thing. this is the only real similarity; the API looks similar because there are just so many ways to implement an iterable data structure. ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
