home *** CD-ROM | disk | FTP | other *** search
- AlignMgrAide = {
- ACTIONS = {
- changeVertMode:;
- changeHorizMode:;
- cmdAlign:;
- };
- OUTLETS = {
- horizPopup;
- vertPopup;
- alignIndicator;
- alignButton;
- };
- SUPERCLASS = APAide;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- APAide = {
- ACTIONS = {
- windowWillClose:;
- };
- OUTLETS = {
- window;
- panelView;
- };
- SUPERCLASS = Object;
- };
- AlignIndicator = {
- SUPERCLASS = View;
- };
- VrtPanel = {
- SUPERCLASS = Panel;
- };
- AlignPanel = {
- SUPERCLASS = VrtPanel;
- };
-