View Single Post
Old Aug 17th, 2007, 3:05 AM   #1
rwm
Professional Programmer
 
Join Date: Jan 2007
Location: Cape Town
Posts: 291
Rep Power: 2 rwm is on a distinguished road
question regarding GUI factory.

hey guys!

i have a question regarding cross-platform GUIs.

id like to create a custom windowing API, for linux and windows using design patterns... so i would have an abstract GUI factory, from which i derive linux and windows versions for my GUI factory, but the question is, is it a good idea to use wxWidgets for both windows and linux concrete factory objects?

or would i be better off using the windows API and some linux GUI toolkit?

sorry if this sounds silly, i dont have much knowledge of this!

thanks

rwm is offline   Reply With Quote