Home
last modified time | relevance | path

Searched refs:registerForDraggedTypes (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/graphics/cenon/Cenon/
H A DdvDrag.m54 [self registerForDraggedTypes:[NSArray arrayWithObject:NSFilenamesPboardType]];
55 [self registerForDraggedTypes:[NSArray arrayWithObjects:NSColorPboardType, nil]];
56 [self registerForDraggedTypes:[NSImage imagePasteboardTypes]];
/dports/games/libretro-fbneo/FBNeo-bbe3c05/projectfiles/xcode/Emulator/Views/
H A DFBDropFileScrollView.m22 [self registerForDraggedTypes:@[NSFilenamesPboardType]];
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A Dmisc.m72 …[self registerForDraggedTypes:[NSArray arrayWithObjects:NSFilenamesPboardType, @"VLCPlaylistItemPb…
87 [self registerForDraggedTypes:[NSArray arrayWithObject:NSFilenamesPboardType]];
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWorkspace/Finder/
H A DSearchPlacesBox.m39 [self registerForDraggedTypes: [NSArray arrayWithObject: NSFilenamesPboardType]];
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWorkspace/Finder/
H A DSearchPlacesBox.m39 [self registerForDraggedTypes: [NSArray arrayWithObject: NSFilenamesPboardType]];
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSColorWell.m239 [self registerForDraggedTypes:
251 [self registerForDraggedTypes:
267 [self registerForDraggedTypes:
/dports/deskutils/gworkspace/gworkspace-0.9.4/Inspector/
H A DIconView.m35 [self registerForDraggedTypes: [NSImage imagePasteboardTypes]];
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/Inspector/
H A DIconView.m35 [self registerForDraggedTypes: [NSImage imagePasteboardTypes]];
/dports/deskutils/gworkspace/gworkspace-0.9.4/FSNode/
H A DFSNBrowserScroll.m48 [self registerForDraggedTypes: [NSArray arrayWithObjects:
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/FSNode/
H A DFSNBrowserScroll.m48 [self registerForDraggedTypes: [NSArray arrayWithObjects:
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A DDropTarget.cxx369 [mView registerForDraggedTypes: DataFlavorMapper::getAllSupportedPboardTypes()]; in initialize()
387 [wnd registerForDraggedTypes: [NSArray arrayWithObjects: NSFilenamesPboardType, nil]]; in initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A DDropTarget.cxx369 [mView registerForDraggedTypes: DataFlavorMapper::getAllSupportedPboardTypes()]; in initialize()
387 [wnd registerForDraggedTypes: [NSArray arrayWithObjects: NSFilenamesPboardType, nil]]; in initialize()
/dports/deskutils/gworkspace/gworkspace-0.9.4/GWorkspace/FileViewer/
H A DGWViewerScrollView.m53 [self registerForDraggedTypes: [NSArray arrayWithObjects:
/dports/graphics/price/PRICE-1.3.0/
H A DPRImageView.m24 [self registerForDraggedTypes:dragTypes];
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/GWorkspace/FileViewer/
H A DGWViewerScrollView.m53 [self registerForDraggedTypes: [NSArray arrayWithObjects:
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DTableViewReorder.mm22 [tableView registerForDraggedTypes:[NSArray arrayWithObject:dragType]];
H A DPartsList.mm148 [tableView registerForDraggedTypes:[NSArray arrayWithObject:DragType]];
/dports/mail/addresses/Addresses-0.4.8/Frameworks/AddressView/
H A DADImageView.m16 [self registerForDraggedTypes: [NSArray arrayWithObjects:
/dports/mail/addresses-goodies/Addresses-0.4.8/Frameworks/AddressView/
H A DADImageView.m16 [self registerForDraggedTypes: [NSArray arrayWithObjects:
/dports/devel/gorm/apps-gorm-04554d2/Palettes/4Data/
H A DGormTextViewEditor.m46 [self registerForDraggedTypes: [NSArray arrayWithObjects: IBViewPboardType,
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/ui/src/cocoa/view/
H A DCocoaView.M32 [self registerForDraggedTypes:[NSArray arrayWithObjects:NSFilenamesPboardType, nil]];
/dports/finance/expense/Expense/
H A DExpDocument.m.save170 [tableView registerForDraggedTypes: [NSArray arrayWithObjects: NSGeneralPboardType, nil]];
H A DExpDocument.my177 [tableView registerForDraggedTypes: [NSArray arrayWithObjects: NSGeneralPboardType, nil]];
/dports/multimedia/mpv/mpv-0.34.1/video/out/mac/
H A Dview.swift36 registerForDraggedTypes([ .fileURLCompat, .URLCompat, .string ])
/dports/devel/gorm/apps-gorm-04554d2/GormCore/
H A DGormScrollViewEditor.m177 [self registerForDraggedTypes: [NSArray arrayWithObjects: IBViewPboardType,

1234567891011