home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
classlib.zip
/
pm.zip
/
usr
/
include
/
pm
/
mle.h
< 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-08-31
|
233 b
|
17 lines
#ifndef _MLE_H_
#define _MLE_H_
#ifndef _WINDOW_H_
#include <pm/Window.h>
#endif
@interface MultiLineEntryField : Window
{
}
- initWithId: (USHORT) anId andFlags: (ULONG) flags in: (Window *) parent;
@end
#endif