home *** CD-ROM | disk | FTP | other *** search
- IBHelpPanel = {
- ACTIONS = {
- removeMarker:;
- insertMarker:;
- attachOrDetach:;
- };
- OUTLETS = {
- attachButton;
- nameField;
- infoBox;
- findBox;
- fileField;
- findPopup;
- insertButton;
- removeButton;
- infoField;
- };
- SUPERCLASS = NXHelpPanel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- NXHelpPanel = {
- ACTIONS = {
- _clonePanel:;
- _goToIndex:;
- _backtrack:;
- _find:;
- };
- OUTLETS = {
- indexButton;
- findField;
- tocScrollView;
- textScrollView;
- findButton;
- backtrackButton;
- };
- SUPERCLASS = Panel;
- };
-