git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40327
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
LeftDockable(false).RightDockable(false));
m_mgr.AddPane(tb5, wxPaneInfo().
LeftDockable(false).RightDockable(false));
m_mgr.AddPane(tb5, wxPaneInfo().
- Name(wxT("tb4")).Caption(wxT("Sample Vertical Toolbar")).
+ Name(wxT("tb5")).Caption(wxT("Sample Vertical Toolbar")).
ToolbarPane().Left().
GripperTop().
TopDockable(false).BottomDockable(false));
m_mgr.AddPane(new wxButton(this, wxID_ANY, _("Test Button")),
ToolbarPane().Left().
GripperTop().
TopDockable(false).BottomDockable(false));
m_mgr.AddPane(new wxButton(this, wxID_ANY, _("Test Button")),
- wxPaneInfo().Name(wxT("tb5")).
+ wxPaneInfo().Name(wxT("tb6")).
ToolbarPane().Top().Row(2).Position(1).
LeftDockable(false).RightDockable(false));
ToolbarPane().Top().Row(2).Position(1).
LeftDockable(false).RightDockable(false));