24#ifndef WIDGETS_WIDGET_SAVE_RESTORE__H 
   25#define WIDGETS_WIDGET_SAVE_RESTORE__H 
   52    void Add( wxRadioBox& ctrl, 
long& dest );
 
   57    void Add( wxRadioButton& ctrl, 
bool& dest );
 
   62    void Add( wxCheckBox& ctrl, 
bool& dest );
 
   68    void Add( wxTextCtrl& ctrl, wxString& dest );
 
   74    void Add( wxTextCtrl& ctrl, 
long& dest );
 
   80    void Add( wxTextCtrl& ctrl, 
double& dest );
 
   96    void Add( wxChoice& ctrl, 
long& dest );
 
  101    void Add( wxNotebook& ctrl, 
long& dest );
 
  217        template <
typename CTRL_T, 
typename DEST_T>