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...
About dialog to show application specific information.
void OnNotebookPageChanged(wxNotebookEvent &aEvent) override
wxString m_untranslatedTitleName
void createNotebookPageByCategory(wxNotebook *aParent, const wxString &aCaption, IMAGES aIconIndex, const CONTRIBUTORS &aContributors)
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.