pict setter added for clipboard support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-02-02 13:18:21 +00:00
parent 080fc15766
commit 531a2584c6

View File

@@ -203,7 +203,7 @@ public:
inline WXHICON GetHICON() const { return (M_BITMAPDATA ? M_BITMAPDATA->m_hIcon : 0); }
WXHMETAFILE GetPict() const;
void SetPict(WXHMETAFILE pict) ;
bool FreeResource(bool force = FALSE);
};
#endif