home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscFindPanel = {
- ACTIONS = {
- findForward:;
- gscopeChanged:;
- findBackward:;
- replace:;
- enterSelection:;
- replaceAndFind:;
- replaceAll:;
- grep:;
- jumpToSelection:;
- };
- OUTLETS = {
- replButton3;
- scopeSelection;
- scopeMatrix;
- regExprButton;
- replaceTextField;
- replButton4;
- findTextField;
- messageTextField;
- ignoreCaseButton;
- replButton1;
- replButton2;
- };
- SUPERCLASS = Panel;
- };
-