git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48930
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\constfunc{bool}{GetAttribute}{\param{const wxString\& }{attrName}, \param{wxString* }{value}}
Returns \true if a attribute named {\it attrName} could be found.
-If the {\it value} pointer is not \NULL, the value of that attribute is saved there.
+The value of that attribute is saved in \arg{value} (which
+must not be \NULL).
\constfunc{wxString}{GetAttribute}{\param{const wxString\& }{attrName}, \param{const wxString\& }{defaultVal}}