]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/src/msw/clip_dnd.py
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
= clip_dndc
.wxDataFormat_SetType(self
, *_args
, **_kwargs
)
23 def GetType(self
, *_args
, **_kwargs
):
24 val
= clip_dndc
.wxDataFormat_GetType(self
, *_args
, **_kwargs
)
26 def GetId(self
, *_args
, **_kwargs
):
27 val
= clip_dndc
.wxDataFormat_GetId(self
, *_args
, **_kwargs
)
29 def SetId(self
, *_args
, **_kwargs
):
30 val
= clip_dndc
.wxDataFormat_SetId(self
, *_args
, **_kwargs
)
33 return "<%s.%s instance; proxy of C++ wxDataFormat instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
34 class wxDataFormat(wxDataFormatPtr
):
35 def __init__(self
,*_args
,**_kwargs
):
36 self
.this
= 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
= clip_dndc
.wxDataObject_GetPreferredFormat(self
, *_args
, **_kwargs
)
57 if val
: val
= wxDataFormatPtr(val
) ; val
.thisown
= 1
59 def GetFormatCount(self
, *_args
, **_kwargs
):
60 val
= clip_dndc
.wxDataObject_GetFormatCount(self
, *_args
, **_kwargs
)
62 def GetAllFormats(self
, *_args
, **_kwargs
):
63 val
= clip_dndc
.wxDataObject_GetAllFormats(self
, *_args
, **_kwargs
)
65 def GetDataHere(self
, *_args
, **_kwargs
):
66 val
= clip_dndc
.wxDataObject_GetDataHere(self
, *_args
, **_kwargs
)
68 def GetDataSize(self
, *_args
, **_kwargs
):
69 val
= clip_dndc
.wxDataObject_GetDataSize(self
, *_args
, **_kwargs
)
71 def SetData(self
, *_args
, **_kwargs
):
72 val
= clip_dndc
.wxDataObject_SetData(self
, *_args
, **_kwargs
)
74 def IsSupportedFormat(self
, *_args
, **_kwargs
):
75 val
= clip_dndc
.wxDataObject_IsSupportedFormat(self
, *_args
, **_kwargs
)
78 return "<%s.%s instance; proxy of C++ wxDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, 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
= clip_dndc
.wxDataObjectSimple_GetFormat(self
, *_args
, **_kwargs
)
92 if val
: val
= wxDataFormatPtr(val
)
94 def SetFormat(self
, *_args
, **_kwargs
):
95 val
= clip_dndc
.wxDataObjectSimple_SetFormat(self
, *_args
, **_kwargs
)
98 return "<%s.%s instance; proxy of C++ wxDataObjectSimple instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
99 class wxDataObjectSimple(wxDataObjectSimplePtr
):
100 def __init__(self
,*_args
,**_kwargs
):
101 self
.this
= clip_dndc
.new_wxDataObjectSimple(*_args
,**_kwargs
)
107 class wxPyDataObjectSimplePtr(wxDataObjectSimplePtr
):
108 def __init__(self
,this
):
111 def _setCallbackInfo(self
, *_args
, **_kwargs
):
112 val
= clip_dndc
.wxPyDataObjectSimple__setCallbackInfo(self
, *_args
, **_kwargs
)
115 return "<%s.%s instance; proxy of C++ wxPyDataObjectSimple instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
116 class wxPyDataObjectSimple(wxPyDataObjectSimplePtr
):
117 def __init__(self
,*_args
,**_kwargs
):
118 self
.this
= 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
= clip_dndc
.wxDataObjectComposite_Add(self
, *_args
, **_kwargs
)
134 return "<%s.%s instance; proxy of C++ wxDataObjectComposite instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
135 class wxDataObjectComposite(wxDataObjectCompositePtr
):
136 def __init__(self
,*_args
,**_kwargs
):
137 self
.this
= clip_dndc
.new_wxDataObjectComposite(*_args
,**_kwargs
)
143 class wxTextDataObjectPtr(wxDataObjectSimplePtr
):
144 def __init__(self
,this
):
147 def GetTextLength(self
, *_args
, **_kwargs
):
148 val
= clip_dndc
.wxTextDataObject_GetTextLength(self
, *_args
, **_kwargs
)
150 def GetText(self
, *_args
, **_kwargs
):
151 val
= clip_dndc
.wxTextDataObject_GetText(self
, *_args
, **_kwargs
)
153 def SetText(self
, *_args
, **_kwargs
):
154 val
= clip_dndc
.wxTextDataObject_SetText(self
, *_args
, **_kwargs
)
157 return "<%s.%s instance; proxy of C++ wxTextDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
158 class wxTextDataObject(wxTextDataObjectPtr
):
159 def __init__(self
,*_args
,**_kwargs
):
160 self
.this
= clip_dndc
.new_wxTextDataObject(*_args
,**_kwargs
)
166 class wxPyTextDataObjectPtr(wxTextDataObjectPtr
):
167 def __init__(self
,this
):
170 def _setCallbackInfo(self
, *_args
, **_kwargs
):
171 val
= clip_dndc
.wxPyTextDataObject__setCallbackInfo(self
, *_args
, **_kwargs
)
174 return "<%s.%s instance; proxy of C++ wxPyTextDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
175 class wxPyTextDataObject(wxPyTextDataObjectPtr
):
176 def __init__(self
,*_args
,**_kwargs
):
177 self
.this
= 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
= clip_dndc
.wxBitmapDataObject_GetBitmap(self
, *_args
, **_kwargs
)
190 if val
: val
= wxBitmapPtr(val
) ; val
.thisown
= 1
192 def SetBitmap(self
, *_args
, **_kwargs
):
193 val
= clip_dndc
.wxBitmapDataObject_SetBitmap(self
, *_args
, **_kwargs
)
196 return "<%s.%s instance; proxy of C++ wxBitmapDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
197 class wxBitmapDataObject(wxBitmapDataObjectPtr
):
198 def __init__(self
,*_args
,**_kwargs
):
199 self
.this
= clip_dndc
.new_wxBitmapDataObject(*_args
,**_kwargs
)
205 class wxPyBitmapDataObjectPtr(wxBitmapDataObjectPtr
):
206 def __init__(self
,this
):
209 def _setCallbackInfo(self
, *_args
, **_kwargs
):
210 val
= clip_dndc
.wxPyBitmapDataObject__setCallbackInfo(self
, *_args
, **_kwargs
)
213 return "<%s.%s instance; proxy of C++ wxPyBitmapDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
214 class wxPyBitmapDataObject(wxPyBitmapDataObjectPtr
):
215 def __init__(self
,*_args
,**_kwargs
):
216 self
.this
= 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
= clip_dndc
.wxFileDataObject_GetFilenames(self
, *_args
, **_kwargs
)
230 def AddFile(self
, *_args
, **_kwargs
):
231 val
= clip_dndc
.wxFileDataObject_AddFile(self
, *_args
, **_kwargs
)
234 return "<%s.%s instance; proxy of C++ wxFileDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
235 class wxFileDataObject(wxFileDataObjectPtr
):
236 def __init__(self
,*_args
,**_kwargs
):
237 self
.this
= clip_dndc
.new_wxFileDataObject(*_args
,**_kwargs
)
243 class wxCustomDataObjectPtr(wxDataObjectSimplePtr
):
244 def __init__(self
,this
):
247 def TakeData(self
, *_args
, **_kwargs
):
248 val
= clip_dndc
.wxCustomDataObject_TakeData(self
, *_args
, **_kwargs
)
250 def SetData(self
, *_args
, **_kwargs
):
251 val
= clip_dndc
.wxCustomDataObject_SetData(self
, *_args
, **_kwargs
)
253 def GetSize(self
, *_args
, **_kwargs
):
254 val
= clip_dndc
.wxCustomDataObject_GetSize(self
, *_args
, **_kwargs
)
256 def GetData(self
, *_args
, **_kwargs
):
257 val
= clip_dndc
.wxCustomDataObject_GetData(self
, *_args
, **_kwargs
)
260 return "<%s.%s instance; proxy of C++ wxCustomDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
261 class wxCustomDataObject(wxCustomDataObjectPtr
):
262 def __init__(self
,*_args
,**_kwargs
):
263 self
.this
= clip_dndc
.new_wxCustomDataObject(*_args
,**_kwargs
)
269 class wxURLDataObjectPtr(wxDataObjectCompositePtr
):
270 def __init__(self
,this
):
273 def GetURL(self
, *_args
, **_kwargs
):
274 val
= clip_dndc
.wxURLDataObject_GetURL(self
, *_args
, **_kwargs
)
276 def SetURL(self
, *_args
, **_kwargs
):
277 val
= clip_dndc
.wxURLDataObject_SetURL(self
, *_args
, **_kwargs
)
280 return "<%s.%s instance; proxy of C++ wxURLDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
281 class wxURLDataObject(wxURLDataObjectPtr
):
282 def __init__(self
,*_args
,**_kwargs
):
283 self
.this
= clip_dndc
.new_wxURLDataObject(*_args
,**_kwargs
)
289 class wxMetafileDataObjectPtr(wxDataObjectSimplePtr
):
290 def __init__(self
,this
):
293 def SetMetafile(self
, *_args
, **_kwargs
):
294 val
= clip_dndc
.wxMetafileDataObject_SetMetafile(self
, *_args
, **_kwargs
)
296 def GetMetafile(self
, *_args
, **_kwargs
):
297 val
= clip_dndc
.wxMetafileDataObject_GetMetafile(self
, *_args
, **_kwargs
)
300 return "<%s.%s instance; proxy of C++ wxMetafileDataObject instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
301 class wxMetafileDataObject(wxMetafileDataObjectPtr
):
302 def __init__(self
,*_args
,**_kwargs
):
303 self
.this
= clip_dndc
.new_wxMetafileDataObject(*_args
,**_kwargs
)
309 class wxClipboardPtr(wxObjectPtr
):
310 def __init__(self
,this
):
313 def Open(self
, *_args
, **_kwargs
):
314 val
= clip_dndc
.wxClipboard_Open(self
, *_args
, **_kwargs
)
316 def Close(self
, *_args
, **_kwargs
):
317 val
= clip_dndc
.wxClipboard_Close(self
, *_args
, **_kwargs
)
319 def IsOpened(self
, *_args
, **_kwargs
):
320 val
= clip_dndc
.wxClipboard_IsOpened(self
, *_args
, **_kwargs
)
322 def AddData(self
, *_args
, **_kwargs
):
323 val
= clip_dndc
.wxClipboard_AddData(self
, *_args
, **_kwargs
)
326 def SetData(self
, *_args
, **_kwargs
):
327 val
= clip_dndc
.wxClipboard_SetData(self
, *_args
, **_kwargs
)
330 def IsSupported(self
, *_args
, **_kwargs
):
331 val
= clip_dndc
.wxClipboard_IsSupported(self
, *_args
, **_kwargs
)
333 def GetData(self
, *_args
, **_kwargs
):
334 val
= clip_dndc
.wxClipboard_GetData(self
, *_args
, **_kwargs
)
336 def Clear(self
, *_args
, **_kwargs
):
337 val
= clip_dndc
.wxClipboard_Clear(self
, *_args
, **_kwargs
)
339 def Flush(self
, *_args
, **_kwargs
):
340 val
= clip_dndc
.wxClipboard_Flush(self
, *_args
, **_kwargs
)
342 def UsePrimarySelection(self
, *_args
, **_kwargs
):
343 val
= clip_dndc
.wxClipboard_UsePrimarySelection(self
, *_args
, **_kwargs
)
346 return "<%s.%s instance; proxy of C++ wxClipboard instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
347 class wxClipboard(wxClipboardPtr
):
348 def __init__(self
,*_args
,**_kwargs
):
349 self
.this
= clip_dndc
.new_wxClipboard(*_args
,**_kwargs
)
355 class wxDropSourcePtr
:
356 def __init__(self
,this
):
359 def _setCallbackInfo(self
, *_args
, **_kwargs
):
360 val
= clip_dndc
.wxDropSource__setCallbackInfo(self
, *_args
, **_kwargs
)
362 def __del__(self
, delfunc
=clip_dndc
.delete_wxDropSource
):
363 if self
.thisown
== 1:
368 def SetData(self
, *_args
, **_kwargs
):
369 val
= clip_dndc
.wxDropSource_SetData(self
, *_args
, **_kwargs
)
371 def GetDataObject(self
, *_args
, **_kwargs
):
372 val
= clip_dndc
.wxDropSource_GetDataObject(self
, *_args
, **_kwargs
)
373 if val
: val
= wxDataObjectPtr(val
)
375 def SetCursor(self
, *_args
, **_kwargs
):
376 val
= clip_dndc
.wxDropSource_SetCursor(self
, *_args
, **_kwargs
)
378 def DoDragDrop(self
, *_args
, **_kwargs
):
379 val
= clip_dndc
.wxDropSource_DoDragDrop(self
, *_args
, **_kwargs
)
381 def base_GiveFeedback(self
, *_args
, **_kwargs
):
382 val
= clip_dndc
.wxDropSource_base_GiveFeedback(self
, *_args
, **_kwargs
)
385 return "<%s.%s instance; proxy of C++ wxDropSource instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
386 class wxDropSource(wxDropSourcePtr
):
387 def __init__(self
,*_args
,**_kwargs
):
388 self
.this
= clip_dndc
.new_wxDropSource(*_args
,**_kwargs
)
390 self
._setCallbackInfo
(self
, wxDropSource
, 0)
395 class wxDropTargetPtr
:
396 def __init__(self
,this
):
400 return "<%s.%s instance; proxy of C++ wxDropTarget instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
401 class wxDropTarget(wxDropTargetPtr
):
402 def __init__(self
,this
):
408 class wxPyDropTargetPtr(wxDropTargetPtr
):
409 def __init__(self
,this
):
412 def _setCallbackInfo(self
, *_args
, **_kwargs
):
413 val
= clip_dndc
.wxPyDropTarget__setCallbackInfo(self
, *_args
, **_kwargs
)
415 def __del__(self
, delfunc
=clip_dndc
.delete_wxPyDropTarget
):
416 if self
.thisown
== 1:
421 def GetDataObject(self
, *_args
, **_kwargs
):
422 val
= clip_dndc
.wxPyDropTarget_GetDataObject(self
, *_args
, **_kwargs
)
423 if val
: val
= wxDataObjectPtr(val
)
425 def SetDataObject(self
, *_args
, **_kwargs
):
426 val
= clip_dndc
.wxPyDropTarget_SetDataObject(self
, *_args
, **_kwargs
)
427 if _args
:_args
[0].thisown
= 0
429 def base_OnEnter(self
, *_args
, **_kwargs
):
430 val
= clip_dndc
.wxPyDropTarget_base_OnEnter(self
, *_args
, **_kwargs
)
432 def base_OnDragOver(self
, *_args
, **_kwargs
):
433 val
= clip_dndc
.wxPyDropTarget_base_OnDragOver(self
, *_args
, **_kwargs
)
435 def base_OnLeave(self
, *_args
, **_kwargs
):
436 val
= clip_dndc
.wxPyDropTarget_base_OnLeave(self
, *_args
, **_kwargs
)
438 def base_OnDrop(self
, *_args
, **_kwargs
):
439 val
= clip_dndc
.wxPyDropTarget_base_OnDrop(self
, *_args
, **_kwargs
)
441 def GetData(self
, *_args
, **_kwargs
):
442 val
= clip_dndc
.wxPyDropTarget_GetData(self
, *_args
, **_kwargs
)
445 return "<%s.%s instance; proxy of C++ wxPyDropTarget instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
446 class wxPyDropTarget(wxPyDropTargetPtr
):
447 def __init__(self
,*_args
,**_kwargs
):
448 self
.this
= clip_dndc
.new_wxPyDropTarget(*_args
,**_kwargs
)
450 if _args
:_args
[0].thisown
= 0
451 self
._setCallbackInfo
(self
, wxPyDropTarget
)
456 class wxTextDropTargetPtr(wxPyDropTargetPtr
):
457 def __init__(self
,this
):
460 def _setCallbackInfo(self
, *_args
, **_kwargs
):
461 val
= clip_dndc
.wxTextDropTarget__setCallbackInfo(self
, *_args
, **_kwargs
)
463 def base_OnEnter(self
, *_args
, **_kwargs
):
464 val
= clip_dndc
.wxTextDropTarget_base_OnEnter(self
, *_args
, **_kwargs
)
466 def base_OnDragOver(self
, *_args
, **_kwargs
):
467 val
= clip_dndc
.wxTextDropTarget_base_OnDragOver(self
, *_args
, **_kwargs
)
469 def base_OnLeave(self
, *_args
, **_kwargs
):
470 val
= clip_dndc
.wxTextDropTarget_base_OnLeave(self
, *_args
, **_kwargs
)
472 def base_OnDrop(self
, *_args
, **_kwargs
):
473 val
= clip_dndc
.wxTextDropTarget_base_OnDrop(self
, *_args
, **_kwargs
)
475 def base_OnData(self
, *_args
, **_kwargs
):
476 val
= clip_dndc
.wxTextDropTarget_base_OnData(self
, *_args
, **_kwargs
)
479 return "<%s.%s instance; proxy of C++ wxTextDropTarget instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
480 class wxTextDropTarget(wxTextDropTargetPtr
):
481 def __init__(self
,*_args
,**_kwargs
):
482 self
.this
= clip_dndc
.new_wxTextDropTarget(*_args
,**_kwargs
)
484 self
._setCallbackInfo
(self
, wxTextDropTarget
)
489 class wxFileDropTargetPtr(wxPyDropTargetPtr
):
490 def __init__(self
,this
):
493 def _setCallbackInfo(self
, *_args
, **_kwargs
):
494 val
= clip_dndc
.wxFileDropTarget__setCallbackInfo(self
, *_args
, **_kwargs
)
496 def base_OnEnter(self
, *_args
, **_kwargs
):
497 val
= clip_dndc
.wxFileDropTarget_base_OnEnter(self
, *_args
, **_kwargs
)
499 def base_OnDragOver(self
, *_args
, **_kwargs
):
500 val
= clip_dndc
.wxFileDropTarget_base_OnDragOver(self
, *_args
, **_kwargs
)
502 def base_OnLeave(self
, *_args
, **_kwargs
):
503 val
= clip_dndc
.wxFileDropTarget_base_OnLeave(self
, *_args
, **_kwargs
)
505 def base_OnDrop(self
, *_args
, **_kwargs
):
506 val
= clip_dndc
.wxFileDropTarget_base_OnDrop(self
, *_args
, **_kwargs
)
508 def base_OnData(self
, *_args
, **_kwargs
):
509 val
= clip_dndc
.wxFileDropTarget_base_OnData(self
, *_args
, **_kwargs
)
512 return "<%s.%s instance; proxy of C++ wxFileDropTarget instance at %s>" % (self
.__class
__.__module
__, self
.__class
__.__name
__, self
.this
)
513 class wxFileDropTarget(wxFileDropTargetPtr
):
514 def __init__(self
,*_args
,**_kwargs
):
515 self
.this
= clip_dndc
.new_wxFileDropTarget(*_args
,**_kwargs
)
517 self
._setCallbackInfo
(self
, wxFileDropTarget
)
524 #-------------- FUNCTION WRAPPERS ------------------
526 def wxCustomDataFormat(*_args
, **_kwargs
):
527 val
= clip_dndc
.wxCustomDataFormat(*_args
,**_kwargs
)
528 if val
: val
= wxDataFormatPtr(val
); val
.thisown
= 1
531 wxIsDragResultOk
= clip_dndc
.wxIsDragResultOk
535 #-------------- VARIABLE WRAPPERS ------------------
537 wxDF_INVALID
= clip_dndc
.wxDF_INVALID
538 wxDF_TEXT
= clip_dndc
.wxDF_TEXT
539 wxDF_BITMAP
= clip_dndc
.wxDF_BITMAP
540 wxDF_METAFILE
= clip_dndc
.wxDF_METAFILE
541 wxDF_SYLK
= clip_dndc
.wxDF_SYLK
542 wxDF_DIF
= clip_dndc
.wxDF_DIF
543 wxDF_TIFF
= clip_dndc
.wxDF_TIFF
544 wxDF_OEMTEXT
= clip_dndc
.wxDF_OEMTEXT
545 wxDF_DIB
= clip_dndc
.wxDF_DIB
546 wxDF_PALETTE
= clip_dndc
.wxDF_PALETTE
547 wxDF_PENDATA
= clip_dndc
.wxDF_PENDATA
548 wxDF_RIFF
= clip_dndc
.wxDF_RIFF
549 wxDF_WAVE
= clip_dndc
.wxDF_WAVE
550 wxDF_UNICODETEXT
= clip_dndc
.wxDF_UNICODETEXT
551 wxDF_ENHMETAFILE
= clip_dndc
.wxDF_ENHMETAFILE
552 wxDF_FILENAME
= clip_dndc
.wxDF_FILENAME
553 wxDF_LOCALE
= clip_dndc
.wxDF_LOCALE
554 wxDF_PRIVATE
= clip_dndc
.wxDF_PRIVATE
555 wxDF_HTML
= clip_dndc
.wxDF_HTML
556 wxDF_MAX
= clip_dndc
.wxDF_MAX
557 cvar
= clip_dndc
.cvar
558 wxFormatInvalid
= wxDataFormatPtr(clip_dndc
.cvar
.wxFormatInvalid
)
559 wxTheClipboard
= wxClipboardPtr(clip_dndc
.cvar
.wxTheClipboard
)
560 wxDrag_CopyOnly
= clip_dndc
.wxDrag_CopyOnly
561 wxDrag_AllowMove
= clip_dndc
.wxDrag_AllowMove
562 wxDrag_DefaultMove
= clip_dndc
.wxDrag_DefaultMove
563 wxDragError
= clip_dndc
.wxDragError
564 wxDragNone
= clip_dndc
.wxDragNone
565 wxDragCopy
= clip_dndc
.wxDragCopy
566 wxDragMove
= clip_dndc
.wxDragMove
567 wxDragLink
= clip_dndc
.wxDragLink
568 wxDragCancel
= clip_dndc
.wxDragCancel