added test pane which has no close button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
da9349be19
commit
31ec1d0379
@ -748,8 +748,8 @@ MyFrame::MyFrame(wxWindow* parent,
|
||||
Left());
|
||||
|
||||
m_mgr.AddPane(CreateSizeReportCtrl(), wxPaneInfo().
|
||||
Name(wxT("test5")).Caption(wxT("Pane Caption")).
|
||||
Right());
|
||||
Name(wxT("test5")).Caption(wxT("No Close Button")).
|
||||
Right().CloseButton(false));
|
||||
|
||||
m_mgr.AddPane(CreateSizeReportCtrl(), wxPaneInfo().
|
||||
Name(wxT("test6")).Caption(wxT("Client Size Reporter")).
|
||||
|
Loading…
Reference in New Issue
Block a user