27#ifndef LICENSEDIALOG_H
28#define LICENSEDIALOG_H
34#include <wx/persist/toplevel.h>
43 void OnSize(wxSizeEvent &event);
47 void FillTextCtrl(wxTextCtrl *ctrl,
const unsigned char *data,
size_t size,
48 bool trackLongestLine);
49 wxString m_longestLine;
50 wxTextCtrl *m_license;
51 wxTextCtrl *m_notices;
53 void OnTextURLEvent(wxTextUrlEvent& event);
A dialog that shows the program's license.
Definition: LicenseDialog.h:39