14 #include "VTBuilder_UI.h"
26 RawDlg( wxWindow *parent, wxWindowID
id,
const wxString &title,
27 const wxPoint& pos = wxDefaultPosition,
28 const wxSize& size = wxDefaultSize,
29 long style = wxDEFAULT_DIALOG_STYLE );
32 wxButton* GetCrs() {
return (wxButton*) FindWindow( ID_CRS ); }
33 wxButton* GetExtents() {
return (wxButton*) FindWindow( ID_EXTENTS ); }
34 wxTextCtrl* GetSpacing() {
return (wxTextCtrl*) FindWindow( ID_SPACING ); }
35 void OnInitDialog(wxInitDialogEvent&
event);
56 void UpdateEnabling();
58 void UpdateProjection();
62 void OnCRS( wxCommandEvent &event );
63 void OnExtents( wxCommandEvent &event );
64 void OnRadio( wxCommandEvent &event );