Just a singel constructor for wxTextAttr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6ad49e18b9
commit
015256c091
@ -105,9 +105,7 @@ enum wxTextCtrlHitTestResult
|
||||
class wxTextAttr
|
||||
{
|
||||
public:
|
||||
%nokwargs wxTextAttr;
|
||||
wxTextAttr();
|
||||
wxTextAttr(const wxColour& colText,
|
||||
wxTextAttr(const wxColour& colText = wxNullColour,
|
||||
const wxColour& colBack = wxNullColour,
|
||||
const wxFont& font = wxNullFont,
|
||||
wxTextAttrAlignment alignment = wxTEXT_ALIGNMENT_DEFAULT);
|
||||
|
Loading…
Reference in New Issue
Block a user