Hi all,
I want to make my own widgets in c++, but don't know where to start. I didn't find any
examples, tutorials,... on google. I know there are some toolkits like qt, gtk+, wxwidgets, and i've used them already, but i want to make some myself. Qt says to use the widgets that are available on the platform, so i have to write my code for every platform specific, that's not a problem.
Any ideas where to start?
regards, hannesvdc