Made SetType public to match MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -52,13 +52,13 @@ public:
|
|||||||
|
|
||||||
// implementation
|
// implementation
|
||||||
wxDataFormatId GetType() const;
|
wxDataFormatId GetType() const;
|
||||||
|
void SetType( wxDataFormatId type );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
wxDataFormatId m_type;
|
wxDataFormatId m_type;
|
||||||
NativeFormat m_format;
|
NativeFormat m_format;
|
||||||
|
|
||||||
void PrepareFormats();
|
void PrepareFormats();
|
||||||
void SetType( wxDataFormatId type );
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _WX_GTK_DATAFORM_H
|
#endif // _WX_GTK_DATAFORM_H
|
||||||
|
@@ -52,13 +52,13 @@ public:
|
|||||||
|
|
||||||
// implementation
|
// implementation
|
||||||
wxDataFormatId GetType() const;
|
wxDataFormatId GetType() const;
|
||||||
|
void SetType( wxDataFormatId type );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
wxDataFormatId m_type;
|
wxDataFormatId m_type;
|
||||||
NativeFormat m_format;
|
NativeFormat m_format;
|
||||||
|
|
||||||
void PrepareFormats();
|
void PrepareFormats();
|
||||||
void SetType( wxDataFormatId type );
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _WX_GTK_DATAFORM_H
|
#endif // _WX_GTK_DATAFORM_H
|
||||||
|
Reference in New Issue
Block a user