From 31ec1d03797bacb5083b5e84e1f00ed107e699bd Mon Sep 17 00:00:00 2001 From: Benjamin Williams Date: Mon, 24 Jul 2006 15:57:44 +0000 Subject: [PATCH] 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 --- samples/aui/auidemo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")).