removed redundant wxClassName:: prefix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2008-11-15 11:49:24 +00:00
parent 4ccf056633
commit ebd75440d5
2 changed files with 13 additions and 6 deletions

View File

@ -423,15 +423,22 @@ public:
*/
void SetCustomColour(int i, const wxColour& colour);
/**
Converts the colours saved in this class in a string form, separing
the various colours with a comma.
*/
wxString ToString() const;
/**
Decodes the given string, which should be in the same format returned
by ToString(), and sets the internal colours.
*/
bool FromString(const wxString& str);
/**
Assignment operator for the colour data.
*/
wxColourData& operator =(const wxColourData& data);
/** @todo document these */
wxString wxColourData::ToString() const;
bool wxColourData::FromString(const wxString& str);
};

View File

@ -120,7 +120,7 @@ public:
@since 2.9.0
*/
static wxString wxXmlResource::FindXRCIDById(int numId);
static wxString FindXRCIDById(int numId);
/**
Gets the global resources object or creates one if none exists.