home *** CD-ROM | disk | FTP | other *** search
- VolumeLight = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = VolumeMeter;
- };
- VolumeMeter = {
- ACTIONS = {
- setToInput:;
- windowDidMiniaturize:;
- setToOutput:;
- stop:;
- setStereo:;
- run:;
- windowDidBecomeMain:;
- windowDidBecomeKey:;
- windowDidDeminiaturize:;
- setMono:;
- windowWillClose:;
- };
- OUTLETS = {
- delegate;
- sound;
- };
- SUPERCLASS = View;
- };
- Starter = {
- ACTIONS = {
- appDidInit:;
- toggleInputOutput:;
- meterDidUpdate:;
- };
- OUTLETS = {
- hidden_window;
- toggle_menu;
- volume_light;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-