From: Simon F. <sf...@fl...> - 2002-11-25 16:27:32
|
I think this might be a subject for [wx-users], but I'm interested in what's involved from a perl perspective... I'd like to build a custom wx control out of existing controls. Specifically I want to cross a Wx::TreeCtrl with a Wx::CheckBox (think: the kind of control you see see in 'disk backup' applications). 1. Am I right that I need to use wxUniversal to build these controls? and that I cannot use wxUniversal and wxMSW in the same application (yet)? 2. Is there some perl-ish way of overriding Wx::TreeCtrl to add a checkbox to each Wx::TreeItem or do I need to build it in C++ first? I guess I should also ask, have I overlooked some control/flag that already impliments a Check-TreeCtrl? Thanks --simon |