Use wxPENSTYLE_{SOLID,TRANSPARENT} instead of deprecated versions in the docs.

Don't push people to use the deprecated wxSOLID and wxTRANSPARENT.

Closes #15775.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-12-23 16:43:51 +00:00
parent d75c0a8cc7
commit 7ce66e3c43

View File

@ -929,7 +929,7 @@ public:
//@{
/**
Returns the current background mode: @c wxSOLID or @c wxTRANSPARENT.
Returns the current background mode: @c wxPENSTYLE_SOLID or @c wxPENSTYLE_TRANSPARENT.
@see SetBackgroundMode()
*/
@ -969,7 +969,7 @@ public:
const wxColour& GetTextForeground() const;
/**
@a mode may be one of @c wxSOLID and @c wxTRANSPARENT.
@a mode may be one of @c wxPENSTYLE_SOLID and @c wxPENSTYLE_TRANSPARENT.
This setting determines whether text will be drawn with a background
colour or not.