22 #include "wxgis/framework/commandbar.h"
26 #include <wx/string.h>
27 #include <wx/stattext.h>
28 #include <wx/gdicmn.h>
30 #include <wx/colour.h>
31 #include <wx/settings.h>
32 #include <wx/textctrl.h>
33 #include <wx/choice.h>
35 #include <wx/button.h>
36 #include <wx/dialog.h>
37 #include <wx/checkbox.h>
52 wxStaticText* m_staticText4;
53 wxTextCtrl* m_textCtrl3;
54 wxStaticText* m_staticText5;
55 wxTextCtrl* m_textCtrl4;
56 wxStaticText* m_staticText6;
58 wxStaticText* m_staticText41;
59 wxCheckBox* m_checkLeftD;
60 wxStaticText* m_staticText51;
61 wxCheckBox* m_checkRightD;
62 wxStdDialogButtonSizer* m_sdbSizer1;
63 wxButton* m_sdbSizer1OK;
64 wxButton* m_sdbSizer1Cancel;
67 wxString m_sCommandbarName, m_sCommandbarCaption;
68 wxGISEnumCommandBars m_CommandbarType;
69 bool m_bLeftDockable, m_bRightDockable;
72 wxGISCreateCommandBarDlg( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = _(
"Create toolbar or menu"),
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 246,222 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
74 virtual bool TransferDataFromWindow();
Definition: createcbdlg.h:47