|
Panda3D
|
Public Member Functions | |
| __init__ (self, ui) | |
| OnData (self, x, y, d) | |
Public Attributes | |
| bmpdo = wx.BitmapDataObject() | |
| do = wx.DataObjectComposite() | |
| filedo = wx.FileDataObject() | |
| textdo = wx.TextDataObject() | |
| ui = ui | |
Implements drop target functionality to receive files, bitmaps and text
| __init__ | ( | self, | |
| ui ) |
| OnData | ( | self, | |
| x, | |||
| y, | |||
| d ) |
Handles drag/dropping files/text or a bitmap
| bmpdo = wx.BitmapDataObject() |
| do = wx.DataObjectComposite() |
| filedo = wx.FileDataObject() |
| textdo = wx.TextDataObject() |
| ui = ui |