11 #include "VTBuilder_UI.h"
23 PrefDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
24 const wxPoint& pos = wxDefaultPosition,
25 const wxSize& size = wxDefaultSize,
26 long style = wxDEFAULT_DIALOG_STYLE );
33 bool b1, b2, b3, b4, b5, b6, b7, b8, b9, b10, b11, b12, b13, b14, b15;
38 void OnInitDialog(wxInitDialogEvent&
event);
39 void OnCheck( wxCommandEvent &event );
40 void OnRadio( wxCommandEvent &event );
41 void OnOK( wxCommandEvent &event );
47 #endif // __PrefDlg_H__