mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
23 lines
343 B
Text
23 lines
343 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"reset:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
GormGuidelinePref = {
|
||
|
Actions = (
|
||
|
"ok:",
|
||
|
"reset:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
spacingSlider,
|
||
|
window,
|
||
|
_view,
|
||
|
currentSpacing,
|
||
|
halfSpacing
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|