*** 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:
@@ -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 );
|
||||||
|
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user