Initial commit
[amiga/BoopsiListView.git] / ListBoxClass.h
1 #ifndef LISTBOXCLASS_H
2 #define LISTBOXCLASS_H
3 /*
4 **      ListBoxClass.h
5 **
6 **      Copyright (C) 1997 by Bernardo Innocenti
7 **
8 **      ListBox class built on top of the "groupgclass".
9 **
10 */
11
12 #define LISTBOXCLASS    "listboxclass"
13 #define LISTBOXVERS             1
14
15
16 Class   *MakeListBoxClass (void);
17 void     FreeListBoxClass (Class *ListViewClass);
18
19
20
21 /*****************/
22 /* Class Methods */
23 /*****************/
24
25 /* This class does not define any new methods */
26
27 /********************/
28 /* Class Attributes */
29 /********************/
30
31 /* #define LBA_Dummy (TAG_USER | ('L'<<16) | ('B'<<8)) */
32
33 /* This class does not define any new attributes */
34
35
36 #endif /* !LISTBOXCLASS_H */