Removed the unnecessary inner group: the list and scrollbar are now
[AROS.git] / workbench / libs / muimaster / classes / scrollgroup.conf
blob9a5a624124d468a81c841b7e07e591e8f62be8be
1 ##begin config
2 basename      Scrollgroup
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Group
6 classdatatype struct Scrollgroup_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "scrollgroup_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_DISPOSE
19 OM_NEW
20 MUIM_Show
21 ##end methodlist