grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / zune / prefswindow / prefswindow.conf
blob7752c603a745f5b412d063955099b5071de8d325
1 ##begin config
2 basename      PrefsWindow
3 version       1.2
4 date          28.12.2009
5 superclass    MUIC_Window
6 classdatatype struct PrefsWindow_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 #include <zune/prefswindow.h>
12 ##end cdef
14 ##begin cdefprivate
15 #include "prefswindow_private.h"
16 ##end cdefprivate
18 ##begin methodlist
19 OM_DISPOSE
20 OM_GET
21 OM_NEW
22 OM_SET
23 ##end methodlist