This is WidePopupController.h in view mode; [Download] [Up]
/*
Copyright 1993 Jeremy Slade.
You are free to use all or any parts of the Locus project
however you wish, just give credit where credit is due.
The author (Jeremy Slade) shall not be held responsible
for any damages that result out of use or misuse of any
part of this project.
*/
/*
Project: Locus
Class: WidePopupController
Description:
This is a class that allows you to have a PopUpList that is wide enough to display the full width of the entries in the PopUpList, even if they are wider than the PopUp's cover button.
Original author: Jeremy Slade
Revision History:
Created
V.101 JGS FMon Feb 8 23:00:40 GMT-0700 1993
*/
#ifndef WidePopupController_h
#define WidePopupController_h
#define WidePopupController_VERSION (101)
#import <objc/Object.h>
@interface WidePopupController : Object
{
id cover;
id popUp;
}
+ initialize;
- initForButton:aButton andPopup:aPopUpList;
- popUp:sender;
@end
#endif // WidePopupController_h
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.