mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-05 02:31:30 +00:00
69 lines
2.2 KiB
Plaintext
69 lines
2.2 KiB
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
ACTIONS = {showInfo = id; showPasteboard = id; showPrefs = id; };
|
|
CLASS = ApplicationDelegate;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {forkTableView = NSTableView; openAuxView = NSView; };
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
ACTIONS = {
|
|
deselectAll = id;
|
|
exportResourceToFile = id;
|
|
exportResourceToImageFile = id;
|
|
findNext = id;
|
|
findPrevious = id;
|
|
findWithSelection = id;
|
|
myAction = id;
|
|
openResources = id;
|
|
openResourcesAsHex = id;
|
|
openResourcesInTemplate = id;
|
|
playSound = id;
|
|
revertResourceToSaved = id;
|
|
scrollToSelection = id;
|
|
showAbout = id;
|
|
showCreateResourceSheet = id;
|
|
showFind = id;
|
|
showInfo = id;
|
|
showPrefs = id;
|
|
showSelectTemplateSheet = id;
|
|
};
|
|
CLASS = FirstResponder;
|
|
LANGUAGE = ObjC;
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
CLASS = OpenFileDataSource;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {forkTableView = NSTableView; };
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
ACTIONS = {
|
|
clear = id;
|
|
copy = id;
|
|
creatorChanged = id;
|
|
exportResourceToFile = id;
|
|
exportResourceToImageFile = id;
|
|
openResources = id;
|
|
openResourcesAsHex = id;
|
|
openResourcesInTemplate = id;
|
|
paste = id;
|
|
playSound = id;
|
|
showCreateResourceSheet = id;
|
|
showSelectTemplateSheet = id;
|
|
typeChanged = id;
|
|
};
|
|
CLASS = ResourceDocument;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
dataSource = ResourceDataSource;
|
|
mainWindow = NSWindow;
|
|
outlineView = NSOutlineView;
|
|
};
|
|
SUPERCLASS = NSDocument;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |