added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / classes / colorfield.conf
blob8675a699d843ff5cc5d81a7a8e84852aa33296b7
1 ##begin config
2 basename      Colorfield
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Area
6 classdatatype struct Colorfield_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 #include "colorfield_private.h"
12 ##end cdef
14 ##begin methodlist
15 OM_GET
16 OM_NEW
17 OM_SET
18 MUIM_AskMinMax
19 MUIM_Cleanup
20 MUIM_Draw
21 MUIM_Setup
22 ##end methodlist