There's many pages on C/C++ GUI libraries out there, but I've had a really hard time finding ones that have a native look and native feel.
I've taken a look at GTk+, and the problem is, while those emulate the Windows look very well, they don't feel like Windows windows -- because they're not. The buttons, for example, don't fade in on hover as they should in Windows 7; they suddenly become highlighted, because they're in fact just custom-drawn items that are made to look like buttons.
Does anyone know of any lightweight cross-platform GUI library that actually uses native controls (and so integrates seamlessly with the OS), rather than just trying to emulate them? (I need it to be lightweight so I can just link statically with it, without turning a 50 KB program into a 2 MB program.)