2003-01-04 04:51:12 +00:00
|
|
|
{
|
2004-11-20 18:27:16 +00:00
|
|
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
2003-01-04 04:51:12 +00:00
|
|
|
GormButtonInspector = {
|
|
|
|
Actions = (
|
|
|
|
);
|
|
|
|
Outlets = (
|
|
|
|
alignMatrix,
|
|
|
|
iconMatrix,
|
2005-08-06 17:59:08 +00:00
|
|
|
keyForm,
|
2003-01-04 04:51:12 +00:00
|
|
|
optionMatrix,
|
2005-08-06 17:59:08 +00:00
|
|
|
tagForm,
|
2003-01-04 04:51:12 +00:00
|
|
|
titleForm,
|
2003-06-01 23:49:18 +00:00
|
|
|
typeButton,
|
2007-09-05 04:42:59 +00:00
|
|
|
keyEquiv,
|
|
|
|
altMod,
|
|
|
|
ctrlMod,
|
|
|
|
shiftMod,
|
2009-02-02 22:05:56 +00:00
|
|
|
cmdMod,
|
|
|
|
bezelButton
|
2003-01-04 04:51:12 +00:00
|
|
|
);
|
|
|
|
Super = IBInspector;
|
|
|
|
};
|
|
|
|
}
|