Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / classes / zune / prefseditor / prefseditor.conf
blob4b2ef6af5043ebda42f7ccea54a4be8dd0e1de85
1 ##begin config
2 basename      PrefsEditor
3 version       1.0
4 date          09.02.2004
5 superclass    MUIC_Group
6 classdatatype struct PrefsEditor_DATA
7 ##end config
9 ##begin cdef
10 #include <libraries/mui.h>
11 #include "prefseditor.h"
12 #include "prefseditor_private.h"
13 ##end cdef
15 ##begin methodlist
16 OM_DISPOSE
17 OM_GET
18 OM_NEW
19 OM_SET
20 MUIM_Cleanup
21 MUIM_PrefsEditor_Cancel
22 MUIM_PrefsEditor_Export
23 MUIM_PrefsEditor_ExportToDirectory
24 MUIM_PrefsEditor_Import
25 MUIM_PrefsEditor_ImportFromDirectory
26 MUIM_PrefsEditor_Revert
27 MUIM_PrefsEditor_Save
28 MUIM_PrefsEditor_Test
29 MUIM_PrefsEditor_Use
30 MUIM_Setup
31 ##end methodlist