mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
23 lines
No EOL
424 B
Text
23 lines
No EOL
424 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
GormMatrixAttributesInspector = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
autosizeSwitch,
|
|
autotagSwitch,
|
|
backgroundColorWell,
|
|
drawsBackgroundSwitch,
|
|
modeMatrix,
|
|
propagateSwitch,
|
|
prototypeMatrix,
|
|
selRectSwitch,
|
|
tagForm,
|
|
rowsForm,
|
|
colsStepper,
|
|
rowsStepper,
|
|
colsForm
|
|
);
|
|
Super = IBInspector;
|
|
};
|
|
} |