From: Pascal B. <pa...@dy...> - 2001-02-25 08:47:54
|
man, now your gonna get it :) leave the inheriting model alone! serious though, currently widgets really inherit from the dynlayer, so that all dynlayer methods are available without any extra code (or memory) if you make it a property of the widget, all these things are gone and you would need to call the dynlayer property to access dynlayer functionality (sizing,moveto) which should be simple widget methods. I think there has been already ALOT of discussion about this (see archives :) and I for one am against any widget model changes (always have been, always will :) Pascal Bestebroer pa...@dy... http://www.dynamic-core.net > -----Oorspronkelijk bericht----- > Van: dyn...@li... > [mailto:dyn...@li...]Namens Eytan Heidingsfeld > Verzonden: zaterdag 24 februari 2001 23:02 > Aan: dyn...@li... > Onderwerp: RE: [Dynapi-Dev] a few hours for only 2 lines of code.. damn! > > > The only thing I still want to change is the way that all widgets inherit > from DynLayer. Why don't we just make them have a dynlayer object > then it is > easier to free mem. (Taking care of DynLayer is a hassle but the object > isn't). > 8an > > > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-dev > |