10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/stattext.h>
19#include <wx/settings.h>
20#include <wx/textctrl.h>
26#include <wx/checkbox.h>
54 virtual void OnClose( wxCloseEvent& event ) {
event.Skip(); }
56 virtual void OnClear( wxCommandEvent& event ) {
event.Skip(); }
58 virtual void OnOkClick( wxCommandEvent& event ) {
event.Skip(); }
63 DIALOG_SET_OFFSET_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Set Offset"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_SET_OFFSET_BASE.
virtual void OnClose(wxCloseEvent &event)
virtual void OnOkClick(wxCommandEvent &event)
wxStdDialogButtonSizer * m_stdButtons
virtual void OnClear(wxCommandEvent &event)
~DIALOG_SET_OFFSET_BASE()
virtual void OnPolarChanged(wxCommandEvent &event)
virtual void OnTextFocusLost(wxFocusEvent &event)
wxCheckBox * m_polarCoords
wxButton * m_stdButtonsOK
wxButton * m_stdButtonsCancel
wxStaticText * m_description
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...