home *** CD-ROM | disk | FTP | other *** search
- /***
- * CNBPPane
- *
- * ArrayPane to display NBP names
- *
- *
- * Copyright © 1992 Bernard Bernstein. All rights reserved.
- ***/
-
- #pragma once
-
- #include <CArrayPane.h>
- #include <AppleTalk.h>
-
- class CNBPPane : public CArrayPane {
-
- public:
-
- void INBPPane( CView *anEnclosure, CBureaucrat *aSupervisor,
- short aWidth, short aHeight,
- short aHEncl, short aVEncl,
- SizingOption aHSizing, SizingOption aVSizing);
-
- void GetCellText(Cell aCell, short availableWidth, StringPtr itsText);
-
- AddrBlock GetSelectedAddr(void);
-
- };
-