I want to create my own widget toolkit, and I know it's possible without external tools(QT was written in C++, and so was wxWidgets). But I don't know how to do it, and I couldn't find anything in Google.
So how exactly do I create GUIs in C++ that way?
I'm on Linux.