Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionViewItem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (hide annotations) (download) (as text)
Wed Nov 11 14:21:59 2009 UTC (14 years, 5 months ago) by masaki
File MIME type: text/x-chdr
File size: 391 byte(s)
[Fix] 選択色の変更が上手くいってなかったので修正。
1 masaki 56 //
2     // XspfMCollectionViewItem.h
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/10.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import <Cocoa/Cocoa.h>
10    
11    
12     @interface XspfMCollectionViewItem : NSCollectionViewItem
13     {
14     // because [self conllectionView] is already nil at [self dealloc].
15     NSCollectionView *collectionViewHolder; // not retained.
16     }
17    
18     - (void)coodinateColors;
19     @end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26