Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1176 andrew_pro 1
#define	FLAG_SCROLL_WIN_HORIZONTAL_SCROLL_ON	0x1
2
#define	FLAG_SCROLL_WIN_VERTICAL_SCROLL_ON		0x2
3
 
4
#define	FLAG_SCROLL_WIN_HORIZONTAL_SCROLL_OFF	0xfe
5
#define	FLAG_SCROLL_WIN_VERTICAL_SCROLL_OFF	0xfd
6