23#ifndef MAXIMANOTSTARTINGDIALOG_H
24#define MAXIMANOTSTARTINGDIALOG_H
26#include "../precomp.h"
27#include "../Configuration.h"
30#include <wx/radiobut.h>
31#include <wx/textctrl.h>
38 wxString text = wxEmptyString,
39 const wxPoint &pos = wxDefaultPosition,
40 const wxSize &size = wxDefaultSize,
long style = wxDEFAULT_DIALOG_STYLE);
43 void OnOkPress(wxCommandEvent &event);
46 wxRadioButton *m_autodetectMaxima;
48 wxRadioButton *m_noAutodetectMaxima;
This file declares all the wizards the draw sidepane needs.
A dialog that shows the program's license.
Definition: BinaryNameCtrl.h:40
The configuration storage for the current worksheet.
Definition: Configuration.h:85
Definition: MaximaNotStartingDialog.h:34