20#ifndef WIDGETS_WIDGET_SAVE_RESTORE__H
21#define WIDGETS_WIDGET_SAVE_RESTORE__H
48 void Add( wxRadioBox& ctrl,
long& dest );
53 void Add( wxRadioButton& ctrl,
bool& dest );
58 void Add( wxCheckBox& ctrl,
bool& dest );
64 void Add( wxTextCtrl& ctrl, wxString& dest );
70 void Add( wxTextCtrl& ctrl,
long& dest );
76 void Add( wxTextCtrl& ctrl,
double& dest );
92 void Add( wxChoice& ctrl,
long& dest );
97 void Add( wxNotebook& ctrl,
long& dest );
213 template <
typename CTRL_T,
typename DEST_T>