Document wxTLW::EnableCloseButton.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2006-10-27 09:07:22 +00:00
parent 6a1fd44f14
commit b13ffca10d

View 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}