Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMCollectionViewController.m

Parent Directory Parent Directory | Revision Log Revision Log


Revision 74 - (hide annotations) (download)
Sun Nov 15 04:53:35 2009 UTC (14 years, 5 months ago) by masaki
File size: 574 byte(s)
[Fix] エンターキーでファイルが開けなくなってしまっていたのを修正。
1 masaki 16 //
2     // XspfMCollectionViewController.m
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/05.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import "XspfMCollectionViewController.h"
10    
11    
12     @implementation XspfMCollectionViewController
13    
14     - (id)init
15     {
16     [super initWithNibName:@"CollectionView" bundle:nil];
17    
18     return self;
19     }
20    
21     #pragma mark#### XspfMCollectionView Delegate ####
22     - (void)enterAction:(XspfMCollectionView *)view
23     {
24 masaki 74 [NSApp sendAction:@selector(openXspf:) to:nil from:self];
25 masaki 16 }
26    
27     #pragma mark#### Test ####
28     - (void)test01:(id)sender
29     {
30     NSLog(@"hoge");
31     }
32    
33    
34     @end

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