Best way to have CheckBox as title of a StaticBox

What would be the best way to make a CheckBox widget appear as the title of a StaticBox. I’d like the CheckBox to control whether the controls in the StaticBox are active or not (a separate problem).

Well, I hate to break it to you but I think the best way would be to draw the static border yourself. I wanted something even simpler like changing the font color for the title and… I could not do it. :slight_smile:

Another way around it would be to switch metaphors, maybe use the FoldPanelBar.

[…] Mega Ditto Kudos to the developers that put the time into this open source package! I am not finding the learning curve too bad using the demos and C++ documents.

You’ll soon find one more thing… if you get in trouble, help will arrive, a lot of the time directly from the main developer :wink: Robin Dunn

As you can see from the link below, I kinda like his involvement in the community :wink:

http://wiki.wxpython.org/index.cgi/RobinDunnFanClub

···

On 3/6/06, Dan Gass dan.gass@gmail.com wrote: