Added a wxDataFormat::SetAtom() inline function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3874d10d85
commit
fc7840aa33
@ -81,7 +81,7 @@ public:
|
||||
void SetId( const wxChar *id );
|
||||
|
||||
GdkAtom GetAtom();
|
||||
|
||||
void SetAtom(GdkAtom atom) { m_hasAtom = TRUE; m_atom = atom; }
|
||||
private:
|
||||
|
||||
wxDataType m_type;
|
||||
|
@ -81,7 +81,7 @@ public:
|
||||
void SetId( const wxChar *id );
|
||||
|
||||
GdkAtom GetAtom();
|
||||
|
||||
void SetAtom(GdkAtom atom) { m_hasAtom = TRUE; m_atom = atom; }
|
||||
private:
|
||||
|
||||
wxDataType m_type;
|
||||
|
Loading…
Reference in New Issue
Block a user