up vote 0 down vote favorite
share [g+] share [fb]

Does anybody know what the theme parts WP_FRAMELEFT, WP_SMALLFRAMERIGHT etc are used for? Google doesn't deliver anything useful. I had a look with Windows XP Theme Explorer at them and they look like the caption of dock panels.

Edit: I forgot to mention that I also searched MSDN and got only one result (Parts and States) which isn't exactly verbose about the meaning of the various constants (and announces itself as preliminary).

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

They're defined in vsstyle.h as part of the WINDOWPARTS enum, which is also defined as WINDOWSTYLEPARTS. Neither of these seem to be referenced anywhere else in the Platform SDK as far as I can see. I would guess that they're remnants of a feature that was never completed or was partially removed. vsstyle.h describes itself as defining "VisualStyle Style Guide symbols".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.