mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
28 lines
474 B
Text
28 lines
474 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"cut:",
|
||
|
"indent:",
|
||
|
"moveToBeginningOfLine:",
|
||
|
"orderFront:",
|
||
|
"performZoom:",
|
||
|
"selectAll:",
|
||
|
"takeDoubleValueFrom:",
|
||
|
"underline:",
|
||
|
"okButton:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
GormClassPanelController = {
|
||
|
Actions = (
|
||
|
"okButton:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
okButton,
|
||
|
classBrowser,
|
||
|
panel
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|