- /* has to be overridden to accept a drop event. call
- IsSupported() to ask which formats are available
- and then call RequestData() to indicate the format
- you request. */
- virtual bool OnDrop( int x, int y );
-
- /* this gets called once the data has actually arrived.
- it will call GetData() to fill up its wxDataObject */
- virtual bool OnData( int x, int y );
-
- /* fill data with data from the dragging source */
- bool GetData();
-
-// implementation