adium/adium

Adium 1.5.2 is done!
adium-1.5.2 1.5.2
2012-07-21, Thijs Alkemade
80cc358134ea
Adium 1.5.2 is done!
//
// AXCStartingPointsController.h
// XtrasCreator
//
// Created by Mac-arena the Bored Zo on 2005-10-31.
// Copyright 2005 Adium Team. All rights reserved.
//
@interface AXCStartingPointsController : NSObject {
NSArray *documentTypes;
NSMutableSet *usableDocTypes; //document types with a class name that exists
IBOutlet NSPanel *startingPointsWindow;
IBOutlet NSTableView *startingPointsTableView;
}
- (NSArray *) documentTypes;
- (void) setStartingPointsVisible:(BOOL)flag;
- (BOOL) isStartingPointsVisible;
- (IBAction) displayStartingPoints:(id)sender;
- (IBAction) makeNewDocumentOfSelectedType:(id)sender;
@end