apps-gorm/English.lproj/GormPrefGuideline.gorm/data.classes
Gregory John Casamento 17ec30efb2 Fixes bug#13753: User should now be able to change the color of the guideline from the guideline preferences.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@38356 72102866-910b-0410-8b05-ffd578937521
2015-02-23 02:23:29 +00:00

24 lines
No EOL
361 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,
colorWell
);
Super = NSObject;
};
}