mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-23 20:01:05 +00:00
19 lines
279 B
Text
19 lines
279 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"goToLine:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
LineJumper = {
|
||
|
Actions = (
|
||
|
"goToLine:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
lineField,
|
||
|
goToButton
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|