28#include <wx/html/htmlwin.h> 
   29#include <wx/statbmp.h> 
   30#include <wx/stattext.h> 
   31#include <wx/hyperlink.h> 
   74                                       IMAGES aIconIndex, 
const CONTRIBUTORS& aContributors );
 
   76                                 IMAGES aIconIndex, 
const wxString& aHtmlMessage,
 
   77                                 bool aSelection = 
false );
 
   79    wxStaticText* 
wxStaticTextRef( wxScrolledWindow* aParent, 
const wxString& aReference );
 
 
An object of this class is meant to be used to store application specific information like who has co...
 
DIALOG_ABOUT_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("About"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(570, 500), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
void OnNotebookPageChanged(wxNotebookEvent &aEvent) override
 
wxString m_untranslatedTitleName
 
void createNotebookPageByCategory(wxNotebook *aParent, const wxString &aCaption, IMAGES aIconIndex, const CONTRIBUTORS &aContributors)
 
DIALOG_ABOUT(EDA_BASE_FRAME *aParent, ABOUT_APP_INFO &aAppInfo)
 
wxStaticBitmap * createStaticBitmap(wxScrolledWindow *aParent, wxBitmap *icon)
 
void onCopyVersionInfo(wxCommandEvent &event) override
 
void onHtmlLinkClicked(wxHtmlLinkEvent &event)
 
void onReportBug(wxCommandEvent &event) override
 
wxStaticText * wxStaticTextRef(wxScrolledWindow *aParent, const wxString &aReference)
 
void onDonateClick(wxCommandEvent &event) override
 
void createNotebookHtmlPage(wxNotebook *aParent, const wxString &aCaption, IMAGES aIconIndex, const wxString &aHtmlMessage, bool aSelection=false)
 
The base frame for deriving all KiCad main window classes.