git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31872
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\wxheading{See also}
\helpref{wxWindow::Close}{wxwindowclose},\rtfsp
\wxheading{See also}
\helpref{wxWindow::Close}{wxwindowclose},\rtfsp
-\helpref{wxApp::OnQueryEndSession}{wxapponqueryendsession},\rtfsp
%% GD: OnXXX functions are not documented
%%\helpref{wxApp::OnEndSession}{wxapponendsession},\rtfsp
\helpref{Window deletion overview}{windowdeletionoverview}
%% GD: OnXXX functions are not documented
%%\helpref{wxApp::OnEndSession}{wxapponendsession},\rtfsp
\helpref{Window deletion overview}{windowdeletionoverview}
-\helpref{wxNode}{wxnode}, \helpref{wxStringList}{wxstringlist},
+\helpref{wxNode}{wxnode},
\helpref{wxArray}{wxarray}
\latexignore{\rtfignore{\wxheading{Members}}}
\helpref{wxArray}{wxarray}
\latexignore{\rtfignore{\wxheading{Members}}}
Windows Registry is easy to understand. There are 5 Registry Keys namely,
Windows Registry is easy to understand. There are 5 Registry Keys namely,
-\twocolwidtha{7cm}
-\begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf 1)}}{HKEY\_CLASSES\_ROOT (HKCR)}
-\twocolitem{{\bf 2)}}{HKEY\_CURRENT\_USER (HKCU)}
-\twocolitem{{\bf 3)}}{HKEY\_LOCAL\_MACHINE (HKLM)}
-\twocolitem{{\bf 4)}}{HKEY\_CURRENT\_CONFIG (HKCC)}
-\twocolitem{{\bf 5)}}{HKEY\_USERS (HKU)}
-\end{twocollist}
+\begin{enumerate}\itemsep=0pt
+\item HKEY\_CLASSES\_ROOT (HKCR)
+\item HKEY\_CURRENT\_USER (HKCU)
+\item HKEY\_LOCAL\_MACHINE (HKLM)
+\item HKEY\_CURRENT\_CONFIG (HKCC)
+\item HKEY\_USERS (HKU)
+\end{enumerate}
After creating a Key , it can hold a Value. The Values can be ,
After creating a Key , it can hold a Value. The Values can be ,
-\twocolwidtha{7cm}
-\begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf 1)}}{String Value}
-\twocolitem{{\bf 2)}}{Binary Value}
-\twocolitem{{\bf 3)}}{DWORD Value}
-\twocolitem{{\bf 4)}}{Multi String Value}
-\twocolitem{{\bf 5)}}{Expandable String Value}
-\end{twocollist}
+\begin{enumerate}\itemsep=0pt
+\item String Value
+\item Binary Value
+\item DWORD Value
+\item Multi String Value
+\item Expandable String Value
+\end{enumerate}
+
+\wxheading{Derived from}
+
+None
+
+\wxheading{Include files}
+
+<wx/config.h>
+
+\wxheading{Example}
\begin{verbatim}
wxRegKey *pRegKey = new wxRegKey("HKEY_LOCAL_MACHINE\\Software\\MyKey");
\begin{verbatim}
wxRegKey *pRegKey = new wxRegKey("HKEY_LOCAL_MACHINE\\Software\\MyKey");
-\wxheading{Derived from}
-None
-
-\wxheading{Include files}
-<wx/config.h>
+\latexignore{\rtfignore{\wxheading{Members}}}
-\membersection{wxRegKey::wxRegKey}\label{wxregkeyregkey}
+\membersection{wxRegKey::wxRegKey}\label{wxregkeyctor}
\membersection{wxRegKey::Create}\label{wxregkeycreate}
\membersection{wxRegKey::Create}\label{wxregkeycreate}
-\func{bool}{Create}{\param{bool }{bOkIfExists = TRUE}}
+\func{bool}{Create}{\param{bool }{bOkIfExists = true}}
Create the Key,Will fail if the Key already exists and !bOkIfExists
Create the Key,Will fail if the Key already exists and !bOkIfExists
\constfunc{static bool}{Exists}{\void}
\constfunc{static bool}{Exists}{\void}
-Return True if the Key Exists
+Return true if the Key Exists
\membersection{wxRegKey::GetName}\label{wxregkeygetname}
\membersection{wxRegKey::GetName}\label{wxregkeygetname}
-\constfunc{wxString}{GetName}{\param{bool }{bShortPrefix = TRUE}}
+\constfunc{wxString}{GetName}{\param{bool }{bShortPrefix = true}}
Get the name of the Registry Key
Get the name of the Registry Key
Virtual destructor as for any base class.
Virtual destructor as for any base class.
-\membersection{wxRendererGeneric::DrawComboBoxDropButton}
+\membersection{wxRendererNative::DrawComboBoxDropButton}\label{wxrenderernativedrawcomboboxdropbutton}
\func{void}{DrawComboBoxDropButton}{\param{wxWindow *}{win}, \param{wxDC\& }{dc}, \param{const wxRect\& }{rect}, \param{int }{flags}}
\func{void}{DrawComboBoxDropButton}{\param{wxWindow *}{win}, \param{wxDC\& }{dc}, \param{const wxRect\& }{rect}, \param{int }{flags}}