How to draw on a sizer?

Igor Korot ikorot at earthlink.net
Mon Mar 5 00:11:31 PST 2007


Hi, ALL,
AFAIK sizers are not windows, and, therefore it shouldn't be
possible to obtain a dc for them.
There is one exception though: wxStaticBoxSizer, which has a
wxStaticBox window.

So, am I correct in the assumption: in order to draw something
on a wxStaticBoxSizer, I need a dc of wxStaticBox?

Thank you.




More information about the wx-dev mailing list