Unicode fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
|||||||
wxDataFormat();
|
wxDataFormat();
|
||||||
wxDataFormat( wxDataType type );
|
wxDataFormat( wxDataType type );
|
||||||
wxDataFormat( const wxString &id );
|
wxDataFormat( const wxString &id );
|
||||||
wxDataFormat( const char *id );
|
wxDataFormat( const wxChar *id );
|
||||||
wxDataFormat( wxDataFormat &format );
|
wxDataFormat( wxDataFormat &format );
|
||||||
wxDataFormat( const GdkAtom atom );
|
wxDataFormat( const GdkAtom atom );
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ public:
|
|||||||
wxDataType GetType() const;
|
wxDataType GetType() const;
|
||||||
|
|
||||||
wxString GetId() const;
|
wxString GetId() const;
|
||||||
void SetId( const char *id );
|
void SetId( const wxChar *id );
|
||||||
|
|
||||||
GdkAtom GetAtom();
|
GdkAtom GetAtom();
|
||||||
|
|
||||||
|
@@ -70,7 +70,7 @@ public:
|
|||||||
wxDataFormat();
|
wxDataFormat();
|
||||||
wxDataFormat( wxDataType type );
|
wxDataFormat( wxDataType type );
|
||||||
wxDataFormat( const wxString &id );
|
wxDataFormat( const wxString &id );
|
||||||
wxDataFormat( const char *id );
|
wxDataFormat( const wxChar *id );
|
||||||
wxDataFormat( wxDataFormat &format );
|
wxDataFormat( wxDataFormat &format );
|
||||||
wxDataFormat( const GdkAtom atom );
|
wxDataFormat( const GdkAtom atom );
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ public:
|
|||||||
wxDataType GetType() const;
|
wxDataType GetType() const;
|
||||||
|
|
||||||
wxString GetId() const;
|
wxString GetId() const;
|
||||||
void SetId( const char *id );
|
void SetId( const wxChar *id );
|
||||||
|
|
||||||
GdkAtom GetAtom();
|
GdkAtom GetAtom();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user