From: Francesco M. <f18...@ya...> - 2005-11-20 23:00:47
|
Hi, Ulrich Telle 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 to split up the things in two components: one for data containers and one for controls. I cannot think to any suitable name for such components, though... :-( Francesco |