/**
@class wxFilePickerCtrl
- @wxheader{filepicker.h}
This control allows the user to select a file. The generic implementation is
a button which brings up a wxFileDialog when clicked. Native implementation
/**
@class wxDirPickerCtrl
- @wxheader{filepicker.h}
This control allows the user to select a directory. The generic implementation
is
/**
@class wxFileDirPickerEvent
- @wxheader{filepicker.h}
This event class is used for the events generated by
wxFilePickerCtrl and by wxDirPickerCtrl.