Merge branch 'qt-fixes' of https://github.com/AliKet/wxWidgets
Make wxQt wxPen and wxBrush classes behave more consistently with the other ports. See #23863.
This commit is contained in:
commit
eb8a57760e
4 changed files with 108 additions and 48 deletions
|
|
@ -17,6 +17,8 @@ public:
|
|||
|
||||
wxPen( const wxColour &colour, int width = 1, wxPenStyle style = wxPENSTYLE_SOLID );
|
||||
|
||||
wxPen( const wxPenInfo& info );
|
||||
|
||||
wxDEPRECATED_MSG("use wxPENSTYLE_XXX constants")
|
||||
wxPen(const wxColour& col, int width, int style);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue