Don't keep asking for S2EVENT_CONNECT reports if driver doen't
[AROS.git] / workbench / classes / zune / clock / clock.conf
bloba180cdae9e02c62a354ebcb960f094792dbcbf52
1 ##begin config
2 basename      Clock
3 version       1.0
4 date          27.05.2003
5 superclass    MUIC_Area
6 classdatatype struct Clock_DATA
7 ##end config
9 ##begin cdef
10 #include <utility/date.h>
11 #include <libraries/mui.h>
12 #include <zune/clock.h>
13 ##end cdef
15 ##begin cdefprivate
16 #include "clock_private.h"
17 ##end cdefprivate
19 ##begin methodlist
20 OM_DISPOSE
21 OM_GET
22 OM_NEW
23 OM_SET
24 MUIM_AskMinMax
25 MUIM_Cleanup
26 MUIM_Clock_Timer
27 MUIM_Draw
28 MUIM_Setup
29 ##end methodlist