2003-09-28 01:58:57 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2003-09-28 01:58:57 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
|
|
|
"orderFrontFontPanel:",
|
2003-09-28 23:31:35 +00:00
|
|
|
"setObject:",
|
2003-10-28 05:25:14 +00:00
|
|
|
"updateMenuType:",
|
|
|
|
"updateAutoenable:"
|
2003-09-28 01:58:57 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormMenuAttributesInspector = {
|
|
|
|
Actions = (
|
2003-09-28 23:31:35 +00:00
|
|
|
"setObject:",
|
2003-10-28 05:25:14 +00:00
|
|
|
"updateMenuType:",
|
|
|
|
"updateAutoenable:"
|
2003-09-28 01:58:57 +00:00
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
titleText,
|
2003-10-28 05:25:14 +00:00
|
|
|
menuType,
|
|
|
|
autoenable
|
2003-09-28 01:58:57 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|