SetTextColor --> SetTextColour, to be consistent with the rest of the lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -277,7 +277,7 @@ public:
|
||||
virtual void PopState();
|
||||
|
||||
virtual void SetFont( const wxFont &font );
|
||||
virtual void SetTextColor( const wxColour &col );
|
||||
virtual void SetTextColour( const wxColour &col );
|
||||
virtual void DrawText( const wxString &str, wxDouble x, wxDouble y);
|
||||
virtual void GetTextExtent( const wxString &str, wxDouble *width, wxDouble *height,
|
||||
wxDouble *descent, wxDouble *externalLeading ) const;
|
||||
@@ -601,7 +601,7 @@ void wxCairoContext::PopState()
|
||||
cairo_restore(m_context);
|
||||
}
|
||||
|
||||
void wxCairoContext::SetTextColor( const wxColour &col )
|
||||
void wxCairoContext::SetTextColour( const wxColour &col )
|
||||
{
|
||||
m_textColour = col;
|
||||
}
|
||||
|
Reference in New Issue
Block a user