Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfQT/XspfQTFullScreenWindow.m

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Sun Aug 31 13:10:59 2008 UTC (15 years, 7 months ago) by masaki
Original Path: XspfQT/XspfFullScreenWindow.m
File size: 446 byte(s)
initial import.

1 masaki 2 //
2     // XspfFullScreenWindow.m
3     // XspfQT
4     //
5     // Created by Hori,Masaki on 08/08/31.
6     // Copyright 2008 masakih. All rights reserved.
7     //
8    
9     #import "XspfFullScreenWindow.h"
10    
11    
12     @implementation XspfFullScreenWindow
13     - (BOOL)canBecomeKeyWindow
14     {
15     return YES;
16     }
17     - (void)cancelOperation:(id)sender
18     {
19     id d = [self delegate];
20     if(d && [d respondsToSelector:_cmd]) {
21     [d performSelector:_cmd withObject:sender];
22     }
23    
24     [super cancelOperation:sender];
25     }
26     @end

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