*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
1999-10-22 04:40:12 +00:00
parent 6dddc146fb
commit 5dcec1d99b
2 changed files with 3 additions and 8 deletions

View File

@@ -50,8 +50,8 @@ public:
wxDataFormatId GetType() const; wxDataFormatId GetType() const;
private: private:
wxDataFormatId m_type; wxDataFormatId m_vType;
NativeFormat m_format; NativeFormat m_vFormat;
void PrepareFormats(); void PrepareFormats();
void SetType( wxDataFormatId type ); void SetType( wxDataFormatId type );

View File

@@ -29,16 +29,11 @@ class WXDLLEXPORT wxDropSource: public wxDropSourceBase
{ {
public: public:
/* constructor. set data later with SetData() */ /* constructor. set data later with SetData() */
wxDropSource( wxWindow* pWin wxDropSource(wxWindow* pWin);
,const wxIcon& rGo = wxNullIcon
,const wxIcon& rStop = wxNullIcon
);
/* constructor for setting one data object */ /* constructor for setting one data object */
wxDropSource( wxDataObject& rData, wxDropSource( wxDataObject& rData,
wxWindow* pWin, wxWindow* pWin,
const wxIcon& rGo = wxNullIcon,
const wxIcon& rStop = wxNullIcon
); );
virtual ~wxDropSource(); virtual ~wxDropSource();