git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62645
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void FilePickerWidgetsPage::CreatePicker()
{
delete m_filePicker;
void FilePickerWidgetsPage::CreatePicker()
{
delete m_filePicker;
-
- wxString path = "/home/robert/wxDesigner.tar.gz";
// pass an empty string as initial file
m_filePicker = new wxFilePickerCtrl(this, PickerPage_File,
// pass an empty string as initial file
m_filePicker = new wxFilePickerCtrl(this, PickerPage_File,
wxT("Hello!"), wxT("*"),
wxDefaultPosition, wxDefaultSize,
GetPickerStyle());
wxT("Hello!"), wxT("*"),
wxDefaultPosition, wxDefaultSize,
GetPickerStyle());