]> git.saurik.com Git - wxWidgets.git/commitdiff
Better markup to wxRegKey. Do not list generic renderer member in native renderer...
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Feb 2005 16:22:25 +0000 (16:22 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Feb 2005 16:22:25 +0000 (16:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/closeevt.tex
docs/latex/wx/list.tex
docs/latex/wx/regkey.tex
docs/latex/wx/renderer.tex

index cece933565f32852daf3364663db25404df5df86..5e540e5afbf41932bb4ed054165b960414207f4c 100644 (file)
@@ -42,7 +42,6 @@ This event applies to wxApp only.}
 \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}
index b6e9b6b463577b518693a827d0b40dd441d6b787..1bce91d35e3abb45f0bf87c0b51a026a150f7f0f 100644 (file)
@@ -130,7 +130,7 @@ members for getting to the next or previous node.
 
 \wxheading{See also}
 
-\helpref{wxNode}{wxnode}, \helpref{wxStringList}{wxstringlist},
+\helpref{wxNode}{wxnode},
 \helpref{wxArray}{wxarray}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
index 05ba6af0a30bc1f40936ac046d80b387eb5ca978..b33097a358003709a401728c2494cd107055d746 100644 (file)
@@ -17,27 +17,34 @@ One can Create, Query and Delete Registry Keys using this class.
 
 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 ,
 
-\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}
 
-Example:
 \begin{verbatim}
 wxRegKey *pRegKey = new wxRegKey("HKEY_LOCAL_MACHINE\\Software\\MyKey");
 
@@ -67,13 +74,9 @@ for(int i=0;i<nSubKeys;i++)
 }
 \end{verbatim}
 
-\wxheading{Derived from}
-None
-
-\wxheading{Include files}
-<wx/config.h>
+\latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxRegKey::wxRegKey}\label{wxregkeyregkey}
+\membersection{wxRegKey::wxRegKey}\label{wxregkeyctor}
 
 \func{}{wxRegKey}{\void}
 
@@ -97,7 +100,7 @@ Close the Key
 
 \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
 
@@ -127,12 +130,12 @@ Deletes the named value
 
 \constfunc{static bool}{Exists}{\void}
 
-Return True if the Key Exists
+Return true if the Key Exists
 
 
 \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
 
index 221f6594259c2d024fee1d8c00c8466286ebde9f..4217e25c480947287fe8348db492a014e57c48eb 100644 (file)
@@ -91,7 +91,7 @@ No 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}}