This is Controller.h in view mode; [Download] [Up]
/* Controller for PopUpList tests
* by Paul Kunz September 1993
*
* Copyright (C) 1993 The Board of Trustees of
* The Leland Stanford Junior University. All Rights Reserved.
*/
#ifndef _P_CONTROLLER_H_
#define _P_CONTROLLER_H_
#import <objc/Object.h>
@interface Controller:Object
{
id popUpButton;
id popUpList;
id selCellForm;
id testParmsForm;
id testWindow;
}
- appDidInit:sender;
- popUped:sender;
- testAddItem:sender;
- testIndexOfItem:sender;
- testInsertItem:sender;
- testRemoveItem:sender;
- updateForm;
- windowDidBecomeMain:sender;
@end
#endif /* _P_CONTROLLER_H_ */These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.