10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
15#include <wx/radiobox.h>
19#include <wx/settings.h>
41 virtual void onOKButton( wxCommandEvent& event ) {
event.Skip(); }
46 DIALOG_PASTE_SPECIAL_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title =
_(
"Paste Special"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( -1,-1 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Class DIALOG_PASTE_SPECIAL_BASE.
wxStdDialogButtonSizer * m_sdbSizer
wxRadioBox * m_pasteOptions
~DIALOG_PASTE_SPECIAL_BASE()
DIALOG_PASTE_SPECIAL_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Paste Special"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
virtual void onOKButton(wxCommandEvent &event)
wxButton * m_sdbSizerCancel
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...