10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/checkbox.h>
19#include <wx/settings.h>
20#include <wx/stattext.h>
21#include <wx/statline.h>
22#include <wx/spinctrl.h>
23#include <wx/gbsizer.h>
25#include <wx/textctrl.h>
60 PANEL_GIT_REPOS_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_GIT_REPOS_BASE.
wxStaticText * m_staticText6
wxStaticLine * m_staticline2
wxStaticText * m_authorLabel
wxStaticText * m_updateLabel
wxStaticLine * m_staticline31
wxStaticText * m_authorEmailLabel
wxSpinCtrl * m_updateInterval
wxStaticText * m_staticText7
wxStaticText * m_staticText12
wxTextCtrl * m_authorEmail
virtual void onEnableGitClick(wxCommandEvent &event)
virtual void onDefaultClick(wxCommandEvent &event)
A wxPanel that is designed to be reset in a standard manner.