10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/checkbox.h>
22#include <wx/statbox.h>
23#include <wx/filepicker.h>
56 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
wxCheckBox * m_cbEnableApi
~PANEL_PLUGIN_SETTINGS_BASE()
virtual void OnPythonInterpreterChanged(wxFileDirPickerEvent &event)
wxStaticText * m_stApiStatus
wxStaticText * m_staticText2
A wxPanel that is designed to be reset in a standard manner.