20 #ifndef RESETTABLE_PANEL_H_ 21 #define RESETTABLE_PANEL_H_ 34 const wxPoint& aPos = wxDefaultPosition,
35 const wxSize& aSize = wxSize( -1,-1 ),
36 long aStyle = wxTAB_TRAVERSAL,
37 const wxString& aName = wxEmptyString )
38 : wxPanel( aParent, aId, aPos, aSize, aStyle, aName )
54 return _(
"Reset all settings on this page to their default" );
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)
virtual wxString GetResetTooltip()
Get the tooltip the reset button should display when showing this panel.
virtual void ResetPanel()=0
Reset the contents of this panel.
A wxPanel that is designed to be reset in a standard manner.