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
