Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / pendisplay.conf
blobddad2206da6ebd39888b4e55911704fa921add88
1 ##begin config
2 basename      Pendisplay
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Area
6 classdatatype struct Pendisplay_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "pendisplay_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_DragDrop
25 MUIM_DragQuery
26 MUIM_Draw
27 MUIM_Pendisplay_SetColormap
28 MUIM_Pendisplay_SetMUIPen
29 MUIM_Pendisplay_SetRGB
30 MUIM_Setup
31 ##end methodlist