Ticket #37624: listbox.mm.diff
File listbox.mm.diff, 560 bytes (added by alex@…, 12 years ago) |
---|
-
src/osx/cocoa/listbox.mm
old new 554 554 555 555 wxListWidgetCocoaImpl* c = new wxListWidgetCocoaImpl( wxpeer, scrollview, tableview, ds ); 556 556 557 // temporary hook for dnd558 [tableview registerForDraggedTypes:[NSArray arrayWithObjects:559 NSStringPboardType, NSFilenamesPboardType, (NSString*) kPasteboardTypeFileURLPromise, NSTIFFPboardType, NSPICTPboardType, NSPDFPboardType, nil]];560 561 557 [ds setImplementation:c]; 562 558 return c; 563 559 }