mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 20:11:20 +00:00
32 lines
483 B
Text
32 lines
483 B
Text
|
{
|
||
|
"## Comment" = "Do NOT change this file, Gorm maintains it";
|
||
|
FirstResponder = {
|
||
|
Actions = (
|
||
|
"orderFrontFontPanel:",
|
||
|
"removeAction:",
|
||
|
"addAction:"
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
GormPluginsPref = {
|
||
|
Actions = (
|
||
|
"removeAction:",
|
||
|
"addAction:"
|
||
|
);
|
||
|
Outlets = (
|
||
|
_view,
|
||
|
window,
|
||
|
removeButton,
|
||
|
addButton,
|
||
|
table
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
PluginDataSource = {
|
||
|
Actions = (
|
||
|
);
|
||
|
Outlets = (
|
||
|
);
|
||
|
Super = NSObject;
|
||
|
};
|
||
|
}
|