From: John L. <jla...@gm...> - 2005-11-21 00:37:29
|
On 11/20/05, Francesco Montorsi <f18...@ya...> wrote: > >>I have a project that has a variety of different classes, data > >>containers, a spinctrl, a popup combobox for bitmaps, bitmap toggle > >>button, etc > >> > >>http://www.lehigh.edu/~jrl1/wxwidgets/wxThings/README.txt > >> > >>I would hate to add each as their own little one or two file project > >>(more maintenance for me), does anyone have any thoughts on how we > >>should approach this? Does it make sense for me to just add this as > >>is. > > > > I would propose to add wxThings as is, since you can assign to it all > > categories that wxThings fits in. > hmmm, I think that wxThings is really *too* generic; I strongly suggest t= o split up the > things in two components: one for data containers and one for controls. That's probably best. > I cannot think to any suitable name for such components, though... :-( Heh, my wxThings was originally called wxWidgets when wxWidgets was wxWindo= ws. These are pretty generic names, maybe just wxdata and wxcontrols? They're not taken yet. :) -John |