apps-gorm/English.lproj/GormScrollViewAttributesInspector.gorm/data.classes
Gregory John Casamento 4b62dcb807 * English.lproj/Gorm.gorm: Changed delete to require command,
it was causing issues with editing text fields.
        * English.lproj/GormScrollViewAttributesInspector.gorm
        * GormCore/GormScrollViewAttributesInspector.h
        * GormCore/GormScrollViewAttributesInspector.m: Added ruler switches
        to inspector.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25861 72102866-910b-0410-8b05-ffd578937521
2008-01-04 18:23:10 +00:00

36 lines
No EOL
715 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"borderSelected:",
"colorSelected:",
"horizontalRuler:",
"horizontalSelected:",
"verticalRuler:",
"orderFrontFontPanel:",
"verticalSelected:"
);
Super = NSObject;
};
GormScrollViewAttributesInspector = {
Actions = (
"borderSelected:",
"horizontalSelected:",
"verticalSelected:",
"colorSelected:",
"horizontalRuler:",
"verticalRuler:"
);
Outlets = (
borderMatrix,
horizontalScroll,
verticalScroll,
color,
lineAmount,
pageContext,
horizontalRuler,
verticalRuler
);
Super = IBInspector;
};
}