From: Benjamin Williams Date: Mon, 24 Jul 2006 15:57:44 +0000 (+0000) Subject: added test pane which has no close button X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31ec1d03797bacb5083b5e84e1f00ed107e699bd 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 --- diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index aa6ad65045..da8225b3c7 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -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")).