Text.mui cleanup:
[AROS.git] / workbench / libs / muimaster / classes / popframe.conf
blobfb77fabb2f65e9647bb283fb46ceb2e3048ff2c3
1 ##begin config
2 basename      Popframe
3 version       1.1
4 date          06.07.2003
5 superclass    MUIC_Framedisplay
6 classdatatype struct Popframe_DATA
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "popframe_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_DISPOSE
19 OM_NEW
20 MUIM_DisconnectParent
21 MUIM_Hide
22 MUIM_Popframe_CloseWindow
23 MUIM_Popframe_OpenWindow
24 ##end methodlist