home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MiscTableScrollInspector = {
- ACTIONS = {
- "doAutoSort:" = "doAutoSort:";
- "doAutosize:" = "doAutosize:";
- "doBorder:" = "doBorder:";
- "doCellClass:" = "doCellClass:";
- "doColorBack:" = "doColorBack:";
- "doColorBackH:" = "doColorBackH:";
- "doColorText:" = "doColorText:";
- "doColorTextH:" = "doColorTextH:";
- "doConstrainMax:" = "doConstrainMax:";
- "doConstrainMin:" = "doConstrainMin:";
- "doDelete:" = "doDelete:";
- "doDown:" = "doDown:";
- "doDraggable:" = "doDraggable:";
- "doEnabled:" = "doEnabled:";
- "doExpandToData:" = "doExpandToData:";
- "doLazy:" = "doLazy:";
- "doMode:" = "doMode:";
- "doNew:" = "doNew:";
- "doSizable:" = "doSizable:";
- "doSizing:" = "doSizing:";
- "doSlot:" = "doSlot:";
- "doSortDirection:" = "doSortDirection:";
- "doSortType:" = "doSortType:";
- "doTitleMode:" = "doTitleMode:";
- "doTitles:" = "doTitles:";
- "doUp:" = "doUp:";
- "doUserSizeable:" = "doUserSizeable:";
- };
- OUTLETS = {
- autoSortSwitch = autoSortSwitch;
- autosizeSwitch = autosizeSwitch;
- borderPopUp = borderPopUp;
- cellClassPopUp = cellClassPopUp;
- colorBack = colorBack;
- colorBackH = colorBackH;
- colorText = colorText;
- colorTextH = colorTextH;
- constrainMaxSwitch = constrainMaxSwitch;
- constrainMinSwitch = constrainMinSwitch;
- deleteButton = deleteButton;
- downButton = downButton;
- draggableSwitch = draggableSwitch;
- enabledSwitch = enabledSwitch;
- expandToDataSwitch = expandToDataSwitch;
- lazySwitch = lazySwitch;
- modePopUp = modePopUp;
- sizableSwitch = sizableSwitch;
- sizeField = sizeField;
- sizeMaxField = sizeMaxField;
- sizeMinField = sizeMinField;
- slotScroll = slotScroll;
- sortDirectionPopUp = sortDirectionPopUp;
- sortTypePopUp = sortTypePopUp;
- titleField = titleField;
- titleModePopUp = titleModePopUp;
- titlesSwitch = titlesSwitch;
- uniformSizeField = uniformSizeField;
- upButton = upButton;
- userSizeableSwitch = userSizeableSwitch;
- };
- SUPERCLASS = IBInspector;
- };
-