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:
@@ -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()
|
@see SetBackgroundMode()
|
||||||
*/
|
*/
|
||||||
@@ -969,7 +969,7 @@ public:
|
|||||||
const wxColour& GetTextForeground() const;
|
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
|
This setting determines whether text will be drawn with a background
|
||||||
colour or not.
|
colour or not.
|
||||||
|
Reference in New Issue
Block a user