mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
Window Attributes Inspecor: - Fixed size, postion and autosizing of elements. - "Autosave Name" form was moved into "Window Size Inspector". - "Minwindow Icon Name": removed clear button, form converted into texfield. Window Size Inspector: - "Size" form was splitted into 2 forms to place them horizontally. - "Size" group was renamed into "Frame". - "Autosave Name" form was added and converted into textfield. - Fixed size, postion and autosizing of elements. NOTE: "Autosave Name" field is not saved into model file - is not encoded?
23 lines
No EOL
427 B
Text
23 lines
No EOL
427 B
Text
{
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
|
GormWindowAttributesInspector = {
|
|
Actions = (
|
|
);
|
|
Outlets = (
|
|
backingMatrix,
|
|
titleForm,
|
|
iconNameField,
|
|
colorWell,
|
|
releaseButton,
|
|
hideButton,
|
|
visibleButton,
|
|
deferredButton,
|
|
oneShotButton,
|
|
dynamicDepthButton,
|
|
miniaturizeButton,
|
|
closeButton,
|
|
resizeBarButton
|
|
);
|
|
Super = IBInspector;
|
|
};
|
|
} |