home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cl-lib07.zip
/
pm.zip
/
usr
/
include
/
pm
/
radiobutton.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-27
|
381b
|
25 lines
#ifndef _RADIOBUTTON_H_
#define _RADIOBUTTON_H_
#ifndef _BUTTON_H_
#include <pm/Button.h>
#endif
@interface RadioButton : Button <Archiving>
{
}
- initWithId: (ULONG) anId andFlags: (ULONG) flags in: (Window *) parent;
/*
* Methods for protocol "Archiving"
*/
- read: (TypedStream *) aStream;
- write: (TypedStream *) aStream;
- awake;
@end
#endif