Initial commit
[amiga/OpenBoopsi.git] / include / gadgets / 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 #include <gadgets/ListViewClass.h>
13
14
15 #define LISTBOXCLASS    "listboxclass"
16 #define LISTBOXVERS             1
17
18
19 /* Class initializer and terminator. Only avalable for the
20  * static linker object flavour.
21  */
22 Class   *MakeListBoxClass(void);
23 BOOL     FreeListBoxClass(Class *ListViewClass);
24
25
26
27 /*****************/
28 /* Class Methods */
29 /*****************/
30
31 /* This class does not define any new methods */
32
33 /********************/
34 /* Class Attributes */
35 /********************/
36
37 /* #define LBA_Dummy (TAG_USER | ('L'<<16) | ('B'<<8)) */
38
39 /* This class does not define any new attributes */
40
41
42 #endif /* !LISTBOXCLASS_H */