Home
last modified time | relevance | path

Searched refs:CollectionDragType (Results 1 – 3 of 3) sorted by relevance

/dports/audio/mpdcon/MPDCon-1.5.1/
H A DPlaylistController.m102 [NSArray arrayWithObjects: PlaylistDragType, CollectionDragType, nil]];
306 typeArray = [NSArray arrayWithObjects: PlaylistDragType, CollectionDragType, nil];
316 ([availableType isEqualToString: CollectionDragType]))
337 typeArray = [NSArray arrayWithObjects: PlaylistDragType, CollectionDragType, nil];
349 else if ([availableType isEqualToString: CollectionDragType])
H A DStrings.h29 static NSString *CollectionDragType = @"CollectionDragType"; variable
H A DCollectionController.m321 typeArray = [NSArray arrayWithObjects: CollectionDragType, nil];
323 [pboard setPropertyList: [songArray autorelease] forType: CollectionDragType];