1 # This file was created automatically by SWIG. 
  10 class wxDataFormatPtr 
: 
  11     def __init__(self
,this
): 
  14     def __del__(self
, delfunc
=clip_dndc
.delete_wxDataFormat
): 
  20     def SetType(self
, *_args
, **_kwargs
): 
  21         val 
= apply(clip_dndc
.wxDataFormat_SetType
,(self
,) + _args
, _kwargs
) 
  23     def GetType(self
, *_args
, **_kwargs
): 
  24         val 
= apply(clip_dndc
.wxDataFormat_GetType
,(self
,) + _args
, _kwargs
) 
  26     def GetId(self
, *_args
, **_kwargs
): 
  27         val 
= apply(clip_dndc
.wxDataFormat_GetId
,(self
,) + _args
, _kwargs
) 
  29     def SetId(self
, *_args
, **_kwargs
): 
  30         val 
= apply(clip_dndc
.wxDataFormat_SetId
,(self
,) + _args
, _kwargs
) 
  33         return "<C wxDataFormat instance at %s>" % (self
.this
,) 
  34 class wxDataFormat(wxDataFormatPtr
): 
  35     def __init__(self
,*_args
,**_kwargs
): 
  36         self
.this 
= apply(clip_dndc
.new_wxDataFormat
,_args
,_kwargs
) 
  42 class wxDataObjectPtr 
: 
  43     Get 
= clip_dndc
.wxDataObject_Get
 
  44     Set 
= clip_dndc
.wxDataObject_Set
 
  45     Both 
= clip_dndc
.wxDataObject_Both
 
  46     def __init__(self
,this
): 
  49     def __del__(self
, delfunc
=clip_dndc
.delete_wxDataObject
): 
  55     def GetPreferredFormat(self
, *_args
, **_kwargs
): 
  56         val 
= apply(clip_dndc
.wxDataObject_GetPreferredFormat
,(self
,) + _args
, _kwargs
) 
  57         if val
: val 
= wxDataFormatPtr(val
) ; val
.thisown 
= 1 
  59     def GetFormatCount(self
, *_args
, **_kwargs
): 
  60         val 
= apply(clip_dndc
.wxDataObject_GetFormatCount
,(self
,) + _args
, _kwargs
) 
  62     def GetAllFormats(self
, *_args
, **_kwargs
): 
  63         val 
= apply(clip_dndc
.wxDataObject_GetAllFormats
,(self
,) + _args
, _kwargs
) 
  65     def GetDataHere(self
, *_args
, **_kwargs
): 
  66         val 
= apply(clip_dndc
.wxDataObject_GetDataHere
,(self
,) + _args
, _kwargs
) 
  68     def GetDataSize(self
, *_args
, **_kwargs
): 
  69         val 
= apply(clip_dndc
.wxDataObject_GetDataSize
,(self
,) + _args
, _kwargs
) 
  71     def SetData(self
, *_args
, **_kwargs
): 
  72         val 
= apply(clip_dndc
.wxDataObject_SetData
,(self
,) + _args
, _kwargs
) 
  74     def IsSupportedFormat(self
, *_args
, **_kwargs
): 
  75         val 
= apply(clip_dndc
.wxDataObject_IsSupportedFormat
,(self
,) + _args
, _kwargs
) 
  78         return "<C wxDataObject instance at %s>" % (self
.this
,) 
  79 class wxDataObject(wxDataObjectPtr
): 
  80     def __init__(self
,this
): 
  86 class wxDataObjectSimplePtr(wxDataObjectPtr
): 
  87     def __init__(self
,this
): 
  90     def GetFormat(self
, *_args
, **_kwargs
): 
  91         val 
= apply(clip_dndc
.wxDataObjectSimple_GetFormat
,(self
,) + _args
, _kwargs
) 
  92         if val
: val 
= wxDataFormatPtr(val
)  
  94     def SetFormat(self
, *_args
, **_kwargs
): 
  95         val 
= apply(clip_dndc
.wxDataObjectSimple_SetFormat
,(self
,) + _args
, _kwargs
) 
  98         return "<C wxDataObjectSimple instance at %s>" % (self
.this
,) 
  99 class wxDataObjectSimple(wxDataObjectSimplePtr
): 
 100     def __init__(self
,*_args
,**_kwargs
): 
 101         self
.this 
= apply(clip_dndc
.new_wxDataObjectSimple
,_args
,_kwargs
) 
 107 class wxPyDataObjectSimplePtr(wxDataObjectSimplePtr
): 
 108     def __init__(self
,this
): 
 111     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 112         val 
= apply(clip_dndc
.wxPyDataObjectSimple__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 115         return "<C wxPyDataObjectSimple instance at %s>" % (self
.this
,) 
 116 class wxPyDataObjectSimple(wxPyDataObjectSimplePtr
): 
 117     def __init__(self
,*_args
,**_kwargs
): 
 118         self
.this 
= apply(clip_dndc
.new_wxPyDataObjectSimple
,_args
,_kwargs
) 
 120         self
._setCallbackInfo
(self
, wxPyDataObjectSimple
) 
 125 class wxDataObjectCompositePtr(wxDataObjectPtr
): 
 126     def __init__(self
,this
): 
 129     def Add(self
, *_args
, **_kwargs
): 
 130         val 
= apply(clip_dndc
.wxDataObjectComposite_Add
,(self
,) + _args
, _kwargs
) 
 134         return "<C wxDataObjectComposite instance at %s>" % (self
.this
,) 
 135 class wxDataObjectComposite(wxDataObjectCompositePtr
): 
 136     def __init__(self
,*_args
,**_kwargs
): 
 137         self
.this 
= apply(clip_dndc
.new_wxDataObjectComposite
,_args
,_kwargs
) 
 143 class wxTextDataObjectPtr(wxDataObjectSimplePtr
): 
 144     def __init__(self
,this
): 
 147     def GetTextLength(self
, *_args
, **_kwargs
): 
 148         val 
= apply(clip_dndc
.wxTextDataObject_GetTextLength
,(self
,) + _args
, _kwargs
) 
 150     def GetText(self
, *_args
, **_kwargs
): 
 151         val 
= apply(clip_dndc
.wxTextDataObject_GetText
,(self
,) + _args
, _kwargs
) 
 153     def SetText(self
, *_args
, **_kwargs
): 
 154         val 
= apply(clip_dndc
.wxTextDataObject_SetText
,(self
,) + _args
, _kwargs
) 
 157         return "<C wxTextDataObject instance at %s>" % (self
.this
,) 
 158 class wxTextDataObject(wxTextDataObjectPtr
): 
 159     def __init__(self
,*_args
,**_kwargs
): 
 160         self
.this 
= apply(clip_dndc
.new_wxTextDataObject
,_args
,_kwargs
) 
 166 class wxPyTextDataObjectPtr(wxTextDataObjectPtr
): 
 167     def __init__(self
,this
): 
 170     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 171         val 
= apply(clip_dndc
.wxPyTextDataObject__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 174         return "<C wxPyTextDataObject instance at %s>" % (self
.this
,) 
 175 class wxPyTextDataObject(wxPyTextDataObjectPtr
): 
 176     def __init__(self
,*_args
,**_kwargs
): 
 177         self
.this 
= apply(clip_dndc
.new_wxPyTextDataObject
,_args
,_kwargs
) 
 179         self
._setCallbackInfo
(self
, wxPyTextDataObject
) 
 184 class wxBitmapDataObjectPtr(wxDataObjectSimplePtr
): 
 185     def __init__(self
,this
): 
 188     def GetBitmap(self
, *_args
, **_kwargs
): 
 189         val 
= apply(clip_dndc
.wxBitmapDataObject_GetBitmap
,(self
,) + _args
, _kwargs
) 
 190         if val
: val 
= wxBitmapPtr(val
) ; val
.thisown 
= 1 
 192     def SetBitmap(self
, *_args
, **_kwargs
): 
 193         val 
= apply(clip_dndc
.wxBitmapDataObject_SetBitmap
,(self
,) + _args
, _kwargs
) 
 196         return "<C wxBitmapDataObject instance at %s>" % (self
.this
,) 
 197 class wxBitmapDataObject(wxBitmapDataObjectPtr
): 
 198     def __init__(self
,*_args
,**_kwargs
): 
 199         self
.this 
= apply(clip_dndc
.new_wxBitmapDataObject
,_args
,_kwargs
) 
 205 class wxPyBitmapDataObjectPtr(wxBitmapDataObjectPtr
): 
 206     def __init__(self
,this
): 
 209     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 210         val 
= apply(clip_dndc
.wxPyBitmapDataObject__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 213         return "<C wxPyBitmapDataObject instance at %s>" % (self
.this
,) 
 214 class wxPyBitmapDataObject(wxPyBitmapDataObjectPtr
): 
 215     def __init__(self
,*_args
,**_kwargs
): 
 216         self
.this 
= apply(clip_dndc
.new_wxPyBitmapDataObject
,_args
,_kwargs
) 
 218         self
._setCallbackInfo
(self
, wxPyBitmapDataObject
) 
 223 class wxFileDataObjectPtr(wxDataObjectSimplePtr
): 
 224     def __init__(self
,this
): 
 227     def GetFilenames(self
, *_args
, **_kwargs
): 
 228         val 
= apply(clip_dndc
.wxFileDataObject_GetFilenames
,(self
,) + _args
, _kwargs
) 
 231         return "<C wxFileDataObject instance at %s>" % (self
.this
,) 
 232 class wxFileDataObject(wxFileDataObjectPtr
): 
 233     def __init__(self
,*_args
,**_kwargs
): 
 234         self
.this 
= apply(clip_dndc
.new_wxFileDataObject
,_args
,_kwargs
) 
 240 class wxCustomDataObjectPtr(wxDataObjectSimplePtr
): 
 241     def __init__(self
,this
): 
 244     def TakeData(self
, *_args
, **_kwargs
): 
 245         val 
= apply(clip_dndc
.wxCustomDataObject_TakeData
,(self
,) + _args
, _kwargs
) 
 247     def SetData(self
, *_args
, **_kwargs
): 
 248         val 
= apply(clip_dndc
.wxCustomDataObject_SetData
,(self
,) + _args
, _kwargs
) 
 250     def GetSize(self
, *_args
, **_kwargs
): 
 251         val 
= apply(clip_dndc
.wxCustomDataObject_GetSize
,(self
,) + _args
, _kwargs
) 
 253     def GetData(self
, *_args
, **_kwargs
): 
 254         val 
= apply(clip_dndc
.wxCustomDataObject_GetData
,(self
,) + _args
, _kwargs
) 
 257         return "<C wxCustomDataObject instance at %s>" % (self
.this
,) 
 258 class wxCustomDataObject(wxCustomDataObjectPtr
): 
 259     def __init__(self
,*_args
,**_kwargs
): 
 260         self
.this 
= apply(clip_dndc
.new_wxCustomDataObject
,_args
,_kwargs
) 
 266 class wxURLDataObjectPtr(wxDataObjectCompositePtr
): 
 267     def __init__(self
,this
): 
 270     def GetURL(self
, *_args
, **_kwargs
): 
 271         val 
= apply(clip_dndc
.wxURLDataObject_GetURL
,(self
,) + _args
, _kwargs
) 
 273     def SetURL(self
, *_args
, **_kwargs
): 
 274         val 
= apply(clip_dndc
.wxURLDataObject_SetURL
,(self
,) + _args
, _kwargs
) 
 277         return "<C wxURLDataObject instance at %s>" % (self
.this
,) 
 278 class wxURLDataObject(wxURLDataObjectPtr
): 
 279     def __init__(self
,*_args
,**_kwargs
): 
 280         self
.this 
= apply(clip_dndc
.new_wxURLDataObject
,_args
,_kwargs
) 
 286 class wxClipboardPtr(wxObjectPtr
): 
 287     def __init__(self
,this
): 
 290     def Open(self
, *_args
, **_kwargs
): 
 291         val 
= apply(clip_dndc
.wxClipboard_Open
,(self
,) + _args
, _kwargs
) 
 293     def Close(self
, *_args
, **_kwargs
): 
 294         val 
= apply(clip_dndc
.wxClipboard_Close
,(self
,) + _args
, _kwargs
) 
 296     def IsOpened(self
, *_args
, **_kwargs
): 
 297         val 
= apply(clip_dndc
.wxClipboard_IsOpened
,(self
,) + _args
, _kwargs
) 
 299     def AddData(self
, *_args
, **_kwargs
): 
 300         val 
= apply(clip_dndc
.wxClipboard_AddData
,(self
,) + _args
, _kwargs
) 
 303     def SetData(self
, *_args
, **_kwargs
): 
 304         val 
= apply(clip_dndc
.wxClipboard_SetData
,(self
,) + _args
, _kwargs
) 
 307     def IsSupported(self
, *_args
, **_kwargs
): 
 308         val 
= apply(clip_dndc
.wxClipboard_IsSupported
,(self
,) + _args
, _kwargs
) 
 310     def GetData(self
, *_args
, **_kwargs
): 
 311         val 
= apply(clip_dndc
.wxClipboard_GetData
,(self
,) + _args
, _kwargs
) 
 313     def Clear(self
, *_args
, **_kwargs
): 
 314         val 
= apply(clip_dndc
.wxClipboard_Clear
,(self
,) + _args
, _kwargs
) 
 316     def Flush(self
, *_args
, **_kwargs
): 
 317         val 
= apply(clip_dndc
.wxClipboard_Flush
,(self
,) + _args
, _kwargs
) 
 319     def UsePrimarySelection(self
, *_args
, **_kwargs
): 
 320         val 
= apply(clip_dndc
.wxClipboard_UsePrimarySelection
,(self
,) + _args
, _kwargs
) 
 323         return "<C wxClipboard instance at %s>" % (self
.this
,) 
 324 class wxClipboard(wxClipboardPtr
): 
 325     def __init__(self
,*_args
,**_kwargs
): 
 326         self
.this 
= apply(clip_dndc
.new_wxClipboard
,_args
,_kwargs
) 
 332 class wxDropSourcePtr 
: 
 333     def __init__(self
,this
): 
 336     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 337         val 
= apply(clip_dndc
.wxDropSource__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 339     def __del__(self
, delfunc
=clip_dndc
.delete_wxDropSource
): 
 340         if self
.thisown 
== 1: 
 345     def SetData(self
, *_args
, **_kwargs
): 
 346         val 
= apply(clip_dndc
.wxDropSource_SetData
,(self
,) + _args
, _kwargs
) 
 348     def GetDataObject(self
, *_args
, **_kwargs
): 
 349         val 
= apply(clip_dndc
.wxDropSource_GetDataObject
,(self
,) + _args
, _kwargs
) 
 350         if val
: val 
= wxDataObjectPtr(val
)  
 352     def SetCursor(self
, *_args
, **_kwargs
): 
 353         val 
= apply(clip_dndc
.wxDropSource_SetCursor
,(self
,) + _args
, _kwargs
) 
 355     def DoDragDrop(self
, *_args
, **_kwargs
): 
 356         val 
= apply(clip_dndc
.wxDropSource_DoDragDrop
,(self
,) + _args
, _kwargs
) 
 358     def base_GiveFeedback(self
, *_args
, **_kwargs
): 
 359         val 
= apply(clip_dndc
.wxDropSource_base_GiveFeedback
,(self
,) + _args
, _kwargs
) 
 362         return "<C wxDropSource instance at %s>" % (self
.this
,) 
 363 class wxDropSource(wxDropSourcePtr
): 
 364     def __init__(self
,*_args
,**_kwargs
): 
 365         self
.this 
= apply(clip_dndc
.new_wxDropSource
,_args
,_kwargs
) 
 367         self
._setCallbackInfo
(self
, wxDropSource
, 0) 
 372 class wxDropTargetPtr 
: 
 373     def __init__(self
,this
): 
 377         return "<C wxDropTarget instance at %s>" % (self
.this
,) 
 378 class wxDropTarget(wxDropTargetPtr
): 
 379     def __init__(self
,this
): 
 385 class wxPyDropTargetPtr(wxDropTargetPtr
): 
 386     def __init__(self
,this
): 
 389     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 390         val 
= apply(clip_dndc
.wxPyDropTarget__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 392     def __del__(self
, delfunc
=clip_dndc
.delete_wxPyDropTarget
): 
 393         if self
.thisown 
== 1: 
 398     def GetDataObject(self
, *_args
, **_kwargs
): 
 399         val 
= apply(clip_dndc
.wxPyDropTarget_GetDataObject
,(self
,) + _args
, _kwargs
) 
 400         if val
: val 
= wxDataObjectPtr(val
)  
 402     def SetDataObject(self
, *_args
, **_kwargs
): 
 403         val 
= apply(clip_dndc
.wxPyDropTarget_SetDataObject
,(self
,) + _args
, _kwargs
) 
 404         if _args
:_args
[0].thisown 
= 0 
 406     def base_OnEnter(self
, *_args
, **_kwargs
): 
 407         val 
= apply(clip_dndc
.wxPyDropTarget_base_OnEnter
,(self
,) + _args
, _kwargs
) 
 409     def base_OnDragOver(self
, *_args
, **_kwargs
): 
 410         val 
= apply(clip_dndc
.wxPyDropTarget_base_OnDragOver
,(self
,) + _args
, _kwargs
) 
 412     def base_OnLeave(self
, *_args
, **_kwargs
): 
 413         val 
= apply(clip_dndc
.wxPyDropTarget_base_OnLeave
,(self
,) + _args
, _kwargs
) 
 415     def base_OnDrop(self
, *_args
, **_kwargs
): 
 416         val 
= apply(clip_dndc
.wxPyDropTarget_base_OnDrop
,(self
,) + _args
, _kwargs
) 
 418     def GetData(self
, *_args
, **_kwargs
): 
 419         val 
= apply(clip_dndc
.wxPyDropTarget_GetData
,(self
,) + _args
, _kwargs
) 
 422         return "<C wxPyDropTarget instance at %s>" % (self
.this
,) 
 423 class wxPyDropTarget(wxPyDropTargetPtr
): 
 424     def __init__(self
,*_args
,**_kwargs
): 
 425         self
.this 
= apply(clip_dndc
.new_wxPyDropTarget
,_args
,_kwargs
) 
 427         if _args
:_args
[0].thisown 
= 0 
 428         self
._setCallbackInfo
(self
, wxPyDropTarget
) 
 433 class wxTextDropTargetPtr(wxPyDropTargetPtr
): 
 434     def __init__(self
,this
): 
 437     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 438         val 
= apply(clip_dndc
.wxTextDropTarget__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 440     def base_OnEnter(self
, *_args
, **_kwargs
): 
 441         val 
= apply(clip_dndc
.wxTextDropTarget_base_OnEnter
,(self
,) + _args
, _kwargs
) 
 443     def base_OnDragOver(self
, *_args
, **_kwargs
): 
 444         val 
= apply(clip_dndc
.wxTextDropTarget_base_OnDragOver
,(self
,) + _args
, _kwargs
) 
 446     def base_OnLeave(self
, *_args
, **_kwargs
): 
 447         val 
= apply(clip_dndc
.wxTextDropTarget_base_OnLeave
,(self
,) + _args
, _kwargs
) 
 449     def base_OnDrop(self
, *_args
, **_kwargs
): 
 450         val 
= apply(clip_dndc
.wxTextDropTarget_base_OnDrop
,(self
,) + _args
, _kwargs
) 
 452     def base_OnData(self
, *_args
, **_kwargs
): 
 453         val 
= apply(clip_dndc
.wxTextDropTarget_base_OnData
,(self
,) + _args
, _kwargs
) 
 456         return "<C wxTextDropTarget instance at %s>" % (self
.this
,) 
 457 class wxTextDropTarget(wxTextDropTargetPtr
): 
 458     def __init__(self
,*_args
,**_kwargs
): 
 459         self
.this 
= apply(clip_dndc
.new_wxTextDropTarget
,_args
,_kwargs
) 
 461         self
._setCallbackInfo
(self
, wxTextDropTarget
) 
 466 class wxFileDropTargetPtr(wxPyDropTargetPtr
): 
 467     def __init__(self
,this
): 
 470     def _setCallbackInfo(self
, *_args
, **_kwargs
): 
 471         val 
= apply(clip_dndc
.wxFileDropTarget__setCallbackInfo
,(self
,) + _args
, _kwargs
) 
 473     def base_OnEnter(self
, *_args
, **_kwargs
): 
 474         val 
= apply(clip_dndc
.wxFileDropTarget_base_OnEnter
,(self
,) + _args
, _kwargs
) 
 476     def base_OnDragOver(self
, *_args
, **_kwargs
): 
 477         val 
= apply(clip_dndc
.wxFileDropTarget_base_OnDragOver
,(self
,) + _args
, _kwargs
) 
 479     def base_OnLeave(self
, *_args
, **_kwargs
): 
 480         val 
= apply(clip_dndc
.wxFileDropTarget_base_OnLeave
,(self
,) + _args
, _kwargs
) 
 482     def base_OnDrop(self
, *_args
, **_kwargs
): 
 483         val 
= apply(clip_dndc
.wxFileDropTarget_base_OnDrop
,(self
,) + _args
, _kwargs
) 
 485     def base_OnData(self
, *_args
, **_kwargs
): 
 486         val 
= apply(clip_dndc
.wxFileDropTarget_base_OnData
,(self
,) + _args
, _kwargs
) 
 489         return "<C wxFileDropTarget instance at %s>" % (self
.this
,) 
 490 class wxFileDropTarget(wxFileDropTargetPtr
): 
 491     def __init__(self
,*_args
,**_kwargs
): 
 492         self
.this 
= apply(clip_dndc
.new_wxFileDropTarget
,_args
,_kwargs
) 
 494         self
._setCallbackInfo
(self
, wxFileDropTarget
) 
 501 #-------------- FUNCTION WRAPPERS ------------------ 
 503 def wxCustomDataFormat(*_args
, **_kwargs
): 
 504     val 
= apply(clip_dndc
.wxCustomDataFormat
,_args
,_kwargs
) 
 505     if val
: val 
= wxDataFormatPtr(val
); val
.thisown 
= 1 
 508 wxIsDragResultOk 
= clip_dndc
.wxIsDragResultOk
 
 512 #-------------- VARIABLE WRAPPERS ------------------ 
 514 wxDF_INVALID 
= clip_dndc
.wxDF_INVALID
 
 515 wxDF_TEXT 
= clip_dndc
.wxDF_TEXT
 
 516 wxDF_BITMAP 
= clip_dndc
.wxDF_BITMAP
 
 517 wxDF_METAFILE 
= clip_dndc
.wxDF_METAFILE
 
 518 wxDF_SYLK 
= clip_dndc
.wxDF_SYLK
 
 519 wxDF_DIF 
= clip_dndc
.wxDF_DIF
 
 520 wxDF_TIFF 
= clip_dndc
.wxDF_TIFF
 
 521 wxDF_OEMTEXT 
= clip_dndc
.wxDF_OEMTEXT
 
 522 wxDF_DIB 
= clip_dndc
.wxDF_DIB
 
 523 wxDF_PALETTE 
= clip_dndc
.wxDF_PALETTE
 
 524 wxDF_PENDATA 
= clip_dndc
.wxDF_PENDATA
 
 525 wxDF_RIFF 
= clip_dndc
.wxDF_RIFF
 
 526 wxDF_WAVE 
= clip_dndc
.wxDF_WAVE
 
 527 wxDF_UNICODETEXT 
= clip_dndc
.wxDF_UNICODETEXT
 
 528 wxDF_ENHMETAFILE 
= clip_dndc
.wxDF_ENHMETAFILE
 
 529 wxDF_FILENAME 
= clip_dndc
.wxDF_FILENAME
 
 530 wxDF_LOCALE 
= clip_dndc
.wxDF_LOCALE
 
 531 wxDF_PRIVATE 
= clip_dndc
.wxDF_PRIVATE
 
 532 wxDF_HTML 
= clip_dndc
.wxDF_HTML
 
 533 wxDF_MAX 
= clip_dndc
.wxDF_MAX
 
 534 cvar 
= clip_dndc
.cvar
 
 535 wxFormatInvalid 
= wxDataFormatPtr(clip_dndc
.cvar
.wxFormatInvalid
) 
 536 wxTheClipboard 
= wxClipboardPtr(clip_dndc
.cvar
.wxTheClipboard
) 
 537 wxDrag_CopyOnly 
= clip_dndc
.wxDrag_CopyOnly
 
 538 wxDrag_AllowMove 
= clip_dndc
.wxDrag_AllowMove
 
 539 wxDrag_DefaultMove 
= clip_dndc
.wxDrag_DefaultMove
 
 540 wxDragError 
= clip_dndc
.wxDragError
 
 541 wxDragNone 
= clip_dndc
.wxDragNone
 
 542 wxDragCopy 
= clip_dndc
.wxDragCopy
 
 543 wxDragMove 
= clip_dndc
.wxDragMove
 
 544 wxDragLink 
= clip_dndc
.wxDragLink
 
 545 wxDragCancel 
= clip_dndc
.wxDragCancel