20#ifndef LEGACY_DIR_CHECKBOX_H_
21#define LEGACY_DIR_CHECKBOX_H_
23#include <wx/checkbox.h>
34 new wxCheckBox(
this, wxID_ANY,
_(
"Create a new folder for the project" ) );
37 wxBoxSizer* sizer =
new wxBoxSizer( wxHORIZONTAL );
40 SetSizerAndFit( sizer );
45 static wxWindow*
Create( wxWindow* aParent )
< Helper widget to select whether a new directory should be created for a project.
LEGACYFILEDLG_NEW_PROJECT(wxWindow *aParent)
static wxWindow * Create(wxWindow *aParent)
wxCheckBox * m_cbCreateDir
bool CreateNewDir() const