home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
notebk.zip
/
NOTETEST.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-15
|
273 b
|
18 lines
#include "notetest.h"
#include <IAPP.HPP>
#include <IFRAME.HPP>
#include <IFRAMEVT.HPP>
#include <IFRAMHDR.HPP>
#include <INOTEBK.HPP>
class Settings: public IFrameWindow
{
public:
Settings ();
~Settings ();
private:
INotebook* pNotebook;
};