Doc fixes A-M edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -328,25 +328,13 @@ removed in the next wxWidgets version, please don't use it.
|
||||
|
||||
\membersection{wxColourDatabase::Find}\label{wxcolourdatabasefind}
|
||||
|
||||
\func{wxColour}{FindColour}{\param{const wxString\& }{colourName}}
|
||||
\func{wxColour}{Find}{\param{const wxString\& }{colourName}}
|
||||
|
||||
Finds a colour given the name. Returns an invalid colour object (that is, such
|
||||
that its \helpref{Ok()}{wxcolourok} method returns \false) if the colour wasn't
|
||||
found in the database.
|
||||
|
||||
|
||||
\membersection{wxColourDatabase::FindColour}\label{wxcolourdatabasefindcolour}
|
||||
|
||||
\func{wxColour*}{FindColour}{\param{const wxString\& }{colourName}}
|
||||
|
||||
Finds a colour given the name. Returns {\tt NULL} if not found or a pointer which
|
||||
must be deleted by the caller otherwise.
|
||||
|
||||
Please note that this method is deprecated and will be removed in the next
|
||||
wxWidgets version, please use \helpref{Find}{wxcolourdatabasefind} instead of
|
||||
it.
|
||||
|
||||
|
||||
\membersection{wxColourDatabase::FindName}\label{wxcolourdatabasefindname}
|
||||
|
||||
\constfunc{wxString}{FindName}{\param{const wxColour\&}{ colour}}
|
||||
|
Reference in New Issue
Block a user