30 lines
881 B
Plaintext
30 lines
881 B
Plaintext
{
|
|
IBClasses = (
|
|
{
|
|
CLASS = NSPreferencePane;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
"_firstKeyView" = id;
|
|
"_initialKeyView" = id;
|
|
"_lastKeyView" = id;
|
|
"_window" = id;
|
|
};
|
|
SUPERCLASS = NSObject;
|
|
},
|
|
{
|
|
ACTIONS = {automaticStartAction = id; startStopAction = id; };
|
|
CLASS = ejabberdController;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {
|
|
actionProgress = NSProgressIndicator;
|
|
automaticBox = NSButton;
|
|
imagestarted = NSImageView;
|
|
imagestopped = NSImageView;
|
|
startStopButton = NSButton;
|
|
status = NSTextField;
|
|
};
|
|
SUPERCLASS = NSObject;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |