doc tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-04 19:06:04 +00:00
parent 4fe30bceff
commit da397248d3

View File

@@ -54,7 +54,7 @@ meaning under other platforms. The default value is true.", "");
wxColour , GetCustomColour(int i),
"Gets the i'th custom colour associated with the colour dialog. i
should be an integer between 0 and 15. The default custom colours are
all white.", "");
all invalid colours.", "");
DocDeclStr(
void , SetChooseFull(int flag),
@@ -70,7 +70,7 @@ black.", "");
DocDeclStr(
void , SetCustomColour(int i, const wxColour& colour),
"Sets the i'th custom colour for the colour dialog. i should be an
integer between 0 and 15. The default custom colours are all white.", "");
integer between 0 and 15. The default custom colours are all invalid colours.", "");
};