mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
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
36 lines
No EOL
715 B
Text
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;
|
|
};
|
|
} |