git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42501
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\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}