20#ifndef FILEDLG_NEW_PROJECT_H_
21#define FILEDLG_NEW_PROJECT_H_
23#include <wx/filedlgcustomize.h>
32 m_cb = customizer.AddCheckBox(
_(
"Create a new folder for the project" ) );
33 m_cb->SetValue(
true );
47 wxFileDialogCheckBox*
m_cb =
nullptr;
wxDECLARE_NO_COPY_CLASS(FILEDLG_NEW_PROJECT)
wxFileDialogCheckBox * m_cb
virtual void AddCustomControls(wxFileDialogCustomize &customizer) override
bool GetCreateNewDir() const
virtual void TransferDataFromCustomControls() override
Gets the selected state of the create new directory checkbox.