2003-06-26 03:00:13 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2003-06-26 03:00:13 +00:00
|
|
|
FirstResponder = {
|
|
|
|
Actions = (
|
|
|
|
"indeterminateSelected:",
|
2005-08-06 17:59:08 +00:00
|
|
|
"revert:",
|
|
|
|
"orderFrontFontPanel:"
|
2003-06-26 03:00:13 +00:00
|
|
|
);
|
|
|
|
Super = NSObject;
|
|
|
|
};
|
|
|
|
GormProgressIndicatorInspector = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
vertical,
|
|
|
|
maxValue,
|
|
|
|
minValue,
|
2005-08-06 17:59:08 +00:00
|
|
|
indeterminate
|
2003-06-26 03:00:13 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
2005-08-06 17:59:08 +00:00
|
|
|
NSBox = {
|
|
|
|
Actions = (
|
|
|
|
"revert:",
|
|
|
|
"ok:"
|
|
|
|
);
|
|
|
|
Super = NSView;
|
|
|
|
};
|
2003-06-26 03:00:13 +00:00
|
|
|
}
|