wxFileButton(wxWindow *parent,
wxWindowID id,
const wxString& label = wxFilePickerWidgetLabel,
wxFileButton(wxWindow *parent,
wxWindowID id,
const wxString& label = wxFilePickerWidgetLabel,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxFilePickerWidgetNameStr)
{
const wxValidator& validator = wxDefaultValidator,
const wxString& name = wxFilePickerWidgetNameStr)
{
Create(parent, id, label, path, message, wildcard,
pos, size, style, validator, name);
}
Create(parent, id, label, path, message, wildcard,
pos, size, style, validator, name);
}
Create(parent, id, label, path, message, wxEmptyString,
pos, size, style, validator, name);
}
Create(parent, id, label, path, message, wxEmptyString,
pos, size, style, validator, name);
}