apps-gorm/Palettes/2Controls/GormNSTextFieldInspector.gorm/data.classes

21 lines
383 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
GormTextFieldInspector = {
Actions = (
);
Outlets = (
alignMatrix,
backgroundColor,
borderMatrix,
drawsBackground,
tagForm,
textColor,
editableSwitch,
scrollableSwitch,
selectableSwitch,
2019-04-14 04:26:47 +00:00
sendActionMatrix,
singleLineMode
);
Super = IBInspector;
};
}