doc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -54,7 +54,7 @@ meaning under other platforms. The default value is true.", "");
|
|||||||
wxColour , GetCustomColour(int i),
|
wxColour , GetCustomColour(int i),
|
||||||
"Gets the i'th custom colour associated with the colour dialog. 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
|
should be an integer between 0 and 15. The default custom colours are
|
||||||
all white.", "");
|
all invalid colours.", "");
|
||||||
|
|
||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
void , SetChooseFull(int flag),
|
void , SetChooseFull(int flag),
|
||||||
@@ -70,7 +70,7 @@ black.", "");
|
|||||||
DocDeclStr(
|
DocDeclStr(
|
||||||
void , SetCustomColour(int i, const wxColour& colour),
|
void , SetCustomColour(int i, const wxColour& colour),
|
||||||
"Sets the i'th custom colour for the colour dialog. i should be an
|
"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.", "");
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user