12 #include "vtui/AutoDialog.h"
24 UtilDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
25 const wxPoint& pos = wxDefaultPosition,
26 const wxSize& size = wxDefaultSize,
27 long style = wxDEFAULT_DIALOG_STYLE );
29 void OnInitDialog(wxInitDialogEvent&
event);
32 wxChoice *GetStructtype() {
return (wxChoice*) FindWindow( ID_STRUCTTYPE ); }
41 void OnStructType( wxCommandEvent &event );
47 #endif // __UtilDlg_H__