10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/statline.h>
21#include <wx/checkbox.h>
23#include <wx/filepicker.h>
60 PANEL_PLUGIN_SETTINGS_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxTAB_TRAVERSAL,
const wxString&
name = wxEmptyString );
Class PANEL_PLUGIN_SETTINGS_BASE.
wxFilePickerCtrl * m_pickerPythonInterpreter
wxStaticText * m_staticText3
virtual void OnBtnDetectAutomaticallyClicked(wxCommandEvent &event)
wxStaticText * m_stPythonStatus
virtual void OnEnableApiChecked(wxCommandEvent &event)
wxButton * m_btnDetectAutomatically
wxStaticText * pythonLabel
wxCheckBox * m_cbEnableApi
wxStaticLine * m_staticline2
~PANEL_PLUGIN_SETTINGS_BASE()
wxStaticLine * m_staticline1
virtual void OnPythonInterpreterChanged(wxFileDirPickerEvent &event)
wxStaticText * m_stApiStatus
wxStaticText * m_staticText2
A wxPanel that is designed to be reset in a standard manner.