On Tue, 2009-03-31 at 15:41 -0700, Patrick Walton wrote: > Emmanuele Bassi wrote: > > writing your own container actor. :-) > > So it's not considered a bug if ClutterGroups don't scale?
don't scale to 2000 items? no. a Group is a simple, fixed size layout manager; usually, when people require some specific layout (including size thereof), it's better to design your own container. having said that... > Maybe I'm misunderstanding the design, but I'm not sure what the benefit > is to using g_list_append() and sorting the whole list every time an > actor is added instead of using g_list_insert_sorted()... ... it might be worthwhile cooking up a patch, if you want. ciao, Emmanuele. -- Emmanuele Bassi, Senior Engineer | [email protected] Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to [email protected]
