Tiny C++ cross-platform GUI toolkit

c++, cross-platform, user-interface

Solution

the smallest one I've heard of is fltk

Problem

Which C++ cross-platform GUI toolkit gives smallest footprint with both static and dynamic builds? I don't need a very sophisticated GUI, just basic controls & widgets.

Original source

Related problems