I've been writing hobbyist-level Windows programs for a long time. I write in C and much of the work is done by calling functions in the Windows API. These include CreateWindowEx(), ShowWindow(), DialogBox() and so on.
Is it possible to program for the MATE desktop like that? If so, where could I learn how to do it?
I've read a bit about Qt and Python, but those are much different languages and I would be starting over from scratch. I would like to stick with C if possible.


