- > > Please put on the maybe-someday future wish list for normal PP bar > items (which I always thought were "buttons"):
If you meant buttons in the sense of Windows controls: no, they are not. They are drawn from scratch by direct programming of the windows gdi interface. They don't use the pre-defined button drawing and processing in Windows controls, as this would be too limiting in terms of visual and interaction possibilities, as well as wasting a lot of resources (more of a concern for the original 16 bit win 3.1 implementation). Even owner-drawn buttons have limitations.
