1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
{
IBClasses = (
{
ACTIONS = {
entityPopUpChanged = id;
hideButtonClicked = id;
matrixChanged = id;
selectAll = id;
unselectAll = id;
};
CLASS = ContainerSelector;
LANGUAGE = ObjC;
OUTLETS = {
entityTypePopUp = NSPopUpButton;
hideButton = NSButton;
matrix = NSMatrix;
view = NSView;
};
SUPERCLASS = PajeFilter;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = PajeComponent; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = PajeFilter; LANGUAGE = ObjC; SUPERCLASS = PajeComponent; }
);
IBVersion = 1;
}
|