revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / muimaster / classes / settingsgroup.conf
blob6eb5b45f6c9b17847c21adfe518715541f84e67c
1 ##begin config
2 basename      Settingsgroup
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Group
6 classdatatype struct Settingsgroup_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "settingsgroup_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_NEW
19 MUIM_Settingsgroup_ConfigToGadgets
20 MUIM_Settingsgroup_GadgetsToConfig
21 ##end methodlist