MacGLide/MacGLide Control Panel/MacGLideMainPanel.h

12 lines
340 B
C
Raw Permalink Normal View History

2006-06-07 20:55:18 +00:00
/* MacGLideMainPanel */
#import <Cocoa/Cocoa.h>
2006-11-28 21:09:18 +00:00
#import "MacGLideSettingsController.h"
2006-06-07 20:55:18 +00:00
@interface MacGLideMainPanel : NSWindow
{
2006-11-28 21:09:18 +00:00
IBOutlet MacGLideSettingsController* controller;
2006-06-07 20:55:18 +00:00
}
2006-11-28 21:09:18 +00:00
// - (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation;
2006-06-07 20:55:18 +00:00
@end