19 lines
542 B
Plaintext
Executable File
19 lines
542 B
Plaintext
Executable File
{
|
|
IBClasses = (
|
|
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
{
|
|
CLASS = GlyphSetDocument;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {glyphSetTableView = id; glyphView = id; };
|
|
SUPERCLASS = NSDocument;
|
|
},
|
|
{
|
|
ACTIONS = {sizeChanged = id; };
|
|
CLASS = GlyphView;
|
|
LANGUAGE = ObjC;
|
|
OUTLETS = {document = id; sizeSlider = id; };
|
|
SUPERCLASS = NSView;
|
|
}
|
|
);
|
|
IBVersion = 1;
|
|
} |