8 #ifndef __ContourDlg_H__
9 #define __ContourDlg_H__
23 ContourDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
24 const wxPoint& pos = wxDefaultPosition,
25 const wxSize& size = wxDefaultSize,
26 long style = wxDEFAULT_DIALOG_STYLE );
29 wxChoice *LayerChoice() {
return m_choice_layer; }
30 void UpdateEnabling();
43 void OnRadio( wxCommandEvent &
event );
49 #endif // __ContourDlg_H__