added default value argument to wxXmlResourceHandler::GetColour()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -108,7 +108,7 @@ Gets a bool flag (1, t, yes, on, true are true, everything else is false).
|
||||
|
||||
\membersection{wxXmlResourceHandler::GetColour}\label{wxxmlresourcehandlergetcolour}
|
||||
|
||||
\func{wxColour}{GetColour}{\param{const wxString\& }{param}}
|
||||
\func{wxColour}{GetColour}{\param{const wxString\& }{param}, \param{const wxColour\& }{default = wxNullColour}}
|
||||
|
||||
Gets colour in HTML syntax (\#RRGGBB).
|
||||
|
||||
|
Reference in New Issue
Block a user