apps-gorm/Palettes/2Controls/GormNSMatrixInspector.gorm/data.classes
Sergii Stoian 4f94fd5872 * Palettes/2Controls/GormMatrixAttributesInspector.h,
* Palettes/2Controls/GormMatrixAttributesInspector.m (_displayObject:resize):
  move object refresh code here. Use it where it's appropriate.
* Palettes/2Controls/GormNSMatrixInspector.gorm: separate dimensions form into 2
  for rows and columns; add steppers again.
2020-01-10 18:44:27 +02:00

23 lines
No EOL
414 B
Text

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
GormMatrixInspector = {
Actions = (
);
Outlets = (
autosizeSwitch,
autotagSwitch,
backgroundColorWell,
drawsBackgroundSwitch,
modeMatrix,
propagateSwitch,
prototypeMatrix,
selRectSwitch,
tagForm,
rowsForm,
colsStepper,
rowsStepper,
colsForm
);
Super = IBInspector;
};
}