mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
21 lines
No EOL
383 B
Text
21 lines
No EOL
383 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
GormTextFieldInspector = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
alignMatrix,
|
|
backgroundColor,
|
|
borderMatrix,
|
|
drawsBackground,
|
|
tagForm,
|
|
textColor,
|
|
editableSwitch,
|
|
scrollableSwitch,
|
|
selectableSwitch,
|
|
sendActionMatrix,
|
|
singleLineMode
|
|
);
|
|
Super = IBInspector;
|
|
};
|
|
} |