• R/O
  • HTTP
  • SSH
  • HTTPS

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ


File Info

Révision deec2c46d1e4b89d37ea473242737695cab87712
Taille 623 octets
l'heure 2012-03-25 16:55:28
Auteur masakih
Message de Log

[Mod] PPCサポートをやめた

Content

//
//  BEPreferencePanel.h
//  BooksExporter
//
//  Created by Hori,Masaki on 11/03/25.
//  Copyright 2011 masakih. All rights reserved.
//

#import <Cocoa/Cocoa.h>


@interface BEPreferencePanel : NSWindowController
{
	NSToolbar *toolbar;
	NSArray *viewControllerClassNames;
	NSMutableDictionary *panes;
	NSViewController *currentPane;	// not retained.
}
@property (nonatomic, retain) IBOutlet NSToolbar *toolbar;

// The setting is possible only once.
@property (nonatomic, retain) NSArray *viewControllerClassNames;

@end


@interface NSViewController (BEPreferencePanel)
- (NSString *)iconName;
- (NSImage *)icon;
@end