Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / classes / boopsi.conf
blobc7c2043da29d33efbf46c5e9318cdb002d34f9e4
1 ##begin config
2 basename      Boopsi
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Area
6 classdatatype struct Boopsi_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 ##end cdef
13 ##begin cdefprivate
14 #include "boopsi_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_Cleanup
24 MUIM_Draw
25 MUIM_HandleEvent
26 MUIM_Hide
27 MUIM_Setup
28 MUIM_Show
29 ##end methodlist