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>
27#include <wx/checkbox.h>
63 virtual void OnClear( wxCommandEvent& event ) {
event.Skip(); }
69 DIALOG_MOVE_EXACT_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Move Item"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_MOVE_EXACT_BASE.
~DIALOG_MOVE_EXACT_BASE()
wxChoice * m_anchorOptions
virtual void OnTextChanged(wxCommandEvent &event)
wxButton * m_stdButtonsCancel
wxStaticText * m_rotLabel
wxStdDialogButtonSizer * m_stdButtons
wxButton * m_stdButtonsOK
virtual void OnClear(wxCommandEvent &event)
virtual void OnPolarChanged(wxCommandEvent &event)
virtual void OnTextFocusLost(wxFocusEvent &event)
wxCheckBox * m_polarCoords
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...