]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxTLW::EnableCloseButton.
authorRobert Roebling <robert@roebling.de>
Fri, 27 Oct 2006 09:07:22 +0000 (09:07 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 27 Oct 2006 09:07:22 +0000 (09:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/tlw.tex

index ca5897497b91e7c4d7320f7df43cf1bf7288dfe4..dfcb1d2d9f1ca687ec2a6f168fce28c8e4204ea7 100644 (file)
@@ -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}