2003-05-13 04:10:12 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2003-05-13 04:10:12 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
2005-03-19 10:31:38 +00:00
|
|
|
"orderFrontFontPanel:"
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormHeadersPref = {
|
|
|
|
Actions = (
|
|
|
|
"addAction:",
|
|
|
|
"removeAction:",
|
|
|
|
"preloadAction:"
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
preloadButton,
|
|
|
|
addButton,
|
|
|
|
removeButton,
|
2004-02-21 06:35:17 +00:00
|
|
|
window,
|
|
|
|
table
|
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
HeaderDataSource = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
2003-05-13 04:10:12 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
}
|