apps-gorm/English.lproj/GormScrollViewAttributesInspector.gorm/data.classes

36 lines
715 B
Text
Raw Normal View History

{
"## 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;
};
}