From b13ffca10d2367a69e76aade8da92c3a7c11506b Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 27 Oct 2006 09:07:22 +0000 Subject: [PATCH] Document wxTLW::EnableCloseButton. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/tlw.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/latex/wx/tlw.tex b/docs/latex/wx/tlw.tex index ca5897497b..dfcb1d2d9f 100644 --- a/docs/latex/wx/tlw.tex +++ b/docs/latex/wx/tlw.tex @@ -40,6 +40,15 @@ Returns \true if the platform supports making the window translucent. \helpref{wxTopLevelWindow::SetTransparent}{wxtoplevelwindowsettransparent} +\membersection{wxTopLevelWindow::EnableCloseButton}\label{wxtoplevelenableclosebutton} + +\func{bool}{EnableCloseButton}{\param{bool}{ enable = true}} + +Enables or disables the Close button (most often in the right +upper corner of a dialog) and the Close entry of the system +menu (most often in the left upper corner of the dialog). +Currently only implemented for wxMSW and wxGTK. + \membersection{wxTopLevelWindow::GetDefaultItem}\label{wxtoplevelwindowgetdefaultitem} \constfunc{wxWindow *}{GetDefaultItem}{\void}