Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /XspfManager/XspfMListViewController.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 214 - (hide annotations) (download) (as text)
Mon Jan 4 17:01:40 2010 UTC (14 years, 3 months ago) by masaki
File MIME type: text/x-chdr
File size: 440 byte(s)
[Mod] メニューの生成はIBで!
1 masaki 21 //
2     // XspfMListViewController.h
3     // XspfManager
4     //
5     // Created by Hori,Masaki on 09/11/07.
6     // Copyright 2009 masakih. All rights reserved.
7     //
8    
9     #import <Cocoa/Cocoa.h>
10    
11     #import "XspfMViewController.h"
12    
13 masaki 214 @class XspfMLabelMenuItem;
14    
15 masaki 21 @interface XspfMListViewController : XspfMViewController
16     {
17     IBOutlet NSTableView *tableView;
18 masaki 214
19     IBOutlet NSMenu *menu;
20     IBOutlet XspfMLabelMenuItem *labelMenuItem;
21 masaki 21 }
22    
23 masaki 214 - (IBAction)changeLabel:(id)sender;
24    
25 masaki 21 @end

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