grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / calltips / Calltips.conf
blob44187e38d541177a917ced4b40b7eb6b8aff6060
1 ##begin config
2 basename      Calltips
3 version       20.12
4 date          16.3.2014
5 copyright     (c) 2014 Thore Böckelmann, (c) 2014 The AROS Development Team
6 superclass    MUIC_Window
7 classdatatype struct Data
8 ##end config
10 ##begin cdef
11 #include <libraries/mui.h>
12 #include "Calltips_mcc.h"
13 ##end cdef
15 ##begin cdefprivate
16 #include "Calltips_private.h"
17 ##end cdefprivate
19 ##begin methodlist
20 OM_NEW
21 OM_SET
22 OM_GET
23 MUIM_Calltips_ParentSetup
24 MUIM_Calltips_ParentCleanup
25 MUIM_Calltips_ParentShow
26 MUIM_Calltips_ParentHide
27 MUIM_Calltips_ParentWindowArranged
28 MUIM_Calltips_SetRectangle
29 ##end methodlist