Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / gauge.conf
blob7db34e1bf5ae7e6f472e82928610f1072f328db2
1 ##begin config
2 basename      Gauge
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Area
6 classdatatype struct Gauge_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "gauge_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_DISPOSE
19 OM_GET
20 OM_NEW
21 OM_SET
22 MUIM_AskMinMax
23 MUIM_Draw
24 MUIM_Setup
25 ##end methodlist