*** 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:
parent
6dddc146fb
commit
5dcec1d99b
@ -50,8 +50,8 @@ public:
|
||||
wxDataFormatId GetType() const;
|
||||
|
||||
private:
|
||||
wxDataFormatId m_type;
|
||||
NativeFormat m_format;
|
||||
wxDataFormatId m_vType;
|
||||
NativeFormat m_vFormat;
|
||||
|
||||
void PrepareFormats();
|
||||
void SetType( wxDataFormatId type );
|
||||
|
@ -29,16 +29,11 @@ class WXDLLEXPORT wxDropSource: public wxDropSourceBase
|
||||
{
|
||||
public:
|
||||
/* constructor. set data later with SetData() */
|
||||
wxDropSource( wxWindow* pWin
|
||||
,const wxIcon& rGo = wxNullIcon
|
||||
,const wxIcon& rStop = wxNullIcon
|
||||
);
|
||||
wxDropSource(wxWindow* pWin);
|
||||
|
||||
/* constructor for setting one data object */
|
||||
wxDropSource( wxDataObject& rData,
|
||||
wxWindow* pWin,
|
||||
const wxIcon& rGo = wxNullIcon,
|
||||
const wxIcon& rStop = wxNullIcon
|
||||
);
|
||||
virtual ~wxDropSource();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user