revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / muimaster / classes / knob.conf
blob51ba908ccc2c861e03853f8d743db8ec37d98756
1 ##begin config
2 basename      Knob
3 version       1.0
4 date          14.10.2003
5 superclass    MUIC_Numeric
6 classdatatype struct Knob_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "knob_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_NEW
19 MUIM_AskMinMax
20 MUIM_Cleanup
21 MUIM_Draw
22 MUIM_HandleEvent
23 MUIM_Setup
24 ##end methodlist