mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-25 04:20:49 +00:00
* 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.
23 lines
No EOL
414 B
Text
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;
|
|
};
|
|
} |