arch/cpu.resource: remove dead code
[AROS.git] / workbench / classes / zune / prefseditor / prefseditor.conf
blobe24bfca74423748fe281ccb32867a4830dc605f0
1 ##begin config
2 basename      PrefsEditor
3 version       1.2
4 date          12.1.2013
5 superclass    MUIC_Group
6 classdatatype struct PrefsEditor_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 #include <zune/prefseditor.h>
12 ##end cdef
14 ##begin cdefprivate
15 #include "prefseditor_private.h"
16 ##end cdefprivate
18 ##begin methodlist
19 OM_DISPOSE
20 OM_GET
21 OM_NEW
22 OM_SET
23 MUIM_Cleanup
24 MUIM_PrefsEditor_Cancel
25 MUIM_PrefsEditor_Export
26 MUIM_PrefsEditor_ExportToDirectory
27 MUIM_PrefsEditor_Import
28 MUIM_PrefsEditor_ImportFromDirectory
29 MUIM_PrefsEditor_Revert
30 MUIM_PrefsEditor_Save
31 MUIM_PrefsEditor_Test
32 MUIM_PrefsEditor_Use
33 MUIM_Setup
34 ##end methodlist