summaryrefslogtreecommitdiff
path: root/setedit/easydiag/tschkarr.h
blob: 0cf006d912be4a32793733659d9504bf5f1cb89c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (C) 1996,1997,1998,1999,2000 by Salvador E. Tropea (SET),
   see copyrigh file for details */
#if defined(Uses_TSCheckBoxesArray) && !defined(__TSCheckBoxesArray_Defined__)
#define __TSCheckBoxesArray_Defined__

class TSCheckBoxesArray : public TSView
{
public:
 TSCheckBoxesArray(int xNum, int yNum);
 TSCheckBoxesArray(int xNum, int yNum, int (*pressCB)(int));
 TCheckBoxesArray *fill(int xNum, int yNum);
};

#endif