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

29 lines
457 B
Text
Raw Normal View History

{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"indeterminateSelected:",
"revert:",
"orderFrontFontPanel:"
);
Super = NSObject;
};
GormProgressIndicatorInspector = {
Actions = (
);
Outlets = (
vertical,
maxValue,
minValue,
indeterminate
);
Super = IBInspector;
};
NSBox = {
Actions = (
"revert:",
"ok:"
);
Super = NSView;
};
}