git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4127
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxDataFormatId GetType() const;
private:
wxDataFormatId GetType() const;
private:
- wxDataFormatId m_type;
- NativeFormat m_format;
+ wxDataFormatId m_vType;
+ NativeFormat m_vFormat;
void PrepareFormats();
void SetType( wxDataFormatId type );
void PrepareFormats();
void SetType( wxDataFormatId type );
{
public:
/* constructor. set data later with SetData() */
{
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,
/* constructor for setting one data object */
wxDropSource( wxDataObject& rData,
wxWindow* pWin,
- const wxIcon& rGo = wxNullIcon,
- const wxIcon& rStop = wxNullIcon
);
virtual ~wxDropSource();
);
virtual ~wxDropSource();