This is MacroDB.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@class Preferences;
#define LBRACE '{'
#define RBRACE '}'
@interface MacroDB:Object
{
id dbWindow;
id mainBox;
id styleBrowser;
id styleBrowserBox;
id stringView;
id stringButton;
id expndStrButton;
id tabCellView;
Matrix *tabMatrix;
int STRING;
int NOTE;
Preferences *preferences;
NXStream *styleStream; //€inputstream
NXStream *texStream; // contains all macros
List *macroList;
char *macroBuffer;
char *styleFile;
int len;
int maxLength;
int mc; // character in macroFile
int displayMode;
}
- (int)fillColZero:locMatrix;
- (int)fillMatrix:locMatrix;
- fileDidChangeTo:theFile;
- insertString:sender;
- insertExpandedString:sender;
- show:sender;
- show:sender file:selFile;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.