home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
Libraries
/
Aidan's Class Libraries
/
Source
/
Headers
/
CLWindowMenuList.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-18
|
317 b
|
18 lines
|
[
TEXT/CWIE
]
//Copyright (c) 1997 Aidan Cully
//All rights reserved
#ifndef __WINDOWMENULIST_H
#define __WINDOWMENULIST_H
#include "CLMenuList.h"
class TBaseWindow;
class TWindowMenuList: public TMenuList_Priv<TBaseWindow*> {
protected:
virtual unsigned char *GetTitle();
public:
virtual Boolean Action( UInt16 );
};
#endif