home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- GlyphView = {
- OUTLETS = {
- glyphMsgView;
- scrollView;
- };
- SUPERCLASS = View;
- };
- GlyphManager = {
- ACTIONS = {
- setWidth:;
- decHeight:;
- delete:;
- incWidth:;
- incHeight:;
- newClass:;
- instantiate:;
- enterHeight:;
- newCat:;
- rename:;
- browserHit:;
- enterWidth:;
- edit:;
- decWidth:;
- };
- OUTLETS = {
- glyphView;
- coupler;
- browser;
- height;
- msgView;
- width;
- name;
- };
- SUPERCLASS = Object;
- };
-