31#include <wx/checkbox.h>
32#include <wx/stattext.h>
49 void OnNextButton(wxCommandEvent &dummy);
50 void OnPreviousButton(wxCommandEvent &dummy);
51 void OnOkButton(wxCommandEvent &dummy);
54 wxString GetTip(
unsigned int n);
58 wxCheckBox *m_showAtStartup;
59 wxImage GetImage(
unsigned char *data, std::size_t len);
61 void OnTextURLEvent(wxTextUrlEvent& event);
A minimalistic Tip of the day dialogue.
Definition: TipOfTheDay.h:44