Hello,
Can anyone suggest a GUI library that meets the following criteria?
* Cross-Platform
* Doesn't control the main loop
* Not 100% object-oriented; similar to Xlib :)
* Not many pointers please (like FLTK that every object is a pointer)
* Free to use for closed source and open source software
* Lightweight
Thanks!