home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
classlib.zip
/
pm.zip
/
usr
/
include
/
pm
/
scrollbar.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-08-31
|
157b
|
15 lines
#ifndef _SCROLLBAR_H_
#define _SCROLLBAR_H_
#ifndef _WINDOW_H_
#include <pm/Window.h>
#endif
@interface ScrollBar : Window
{
}
@end
#endif