Subj : Re: wxWidgets To : comp.programming From : Rob Thorpe Date : Tue Jul 05 2005 04:43 am Phlip wrote: > Rob Thorpe wrote: > > > Personally I find it very tiresome that libraries like wxWidgets force > > the user to use C++ and the object-orientated paradigm exclusively to > > write GUI code. > > I hate it when a library written in OCaml forces an OCaml paradigm on me, > just to use it. What were they thinking?? > > ;-) Oddly enough I've never had that problem :) My point is that it wxWindows would be much more useful if it was a library providing a set of library calls. That way it could be used with any language. Object-orientated wrappers could be written for C++ and other OO languages. .