wxEuphoria - picker controls (wxFilePickerCtrl etc)
- Posted by strawman May 25, 2011
- 1532 views
is there any support for the wx classes derived from wxPickerBase (wxFilePickerCtrl, wxDirPickerCtrl, wxColourPickerCtrl etc.), and if not is it planned? i can't find any of these controls in the docs; i can load them from XRC files and they display fine, but i can't figure out whether i can actually make them do anything.
i'm specifically looking to use wxDirPickerCtrl; if this isn't yet supported, is there any way to emulate its functionality?