3 #include <intuition/classusr.h>
6 #define findobj(parent, id) (Object*)DoMethod(parent, MUIM_FindUData, id)
11 #define MENU_SETTINGS 9
14 #define PREFS_BUTTON_CANCEL 24
15 #define PREFS_BUTTON_USE 25
16 #define PREFS_BUTTON_SAVE 26
17 #define PREFS_POPPEN_ERRORS 27
18 #define PREFS_POPPEN_IMPORTANT 28
19 #define PREFS_POPPEN_OTHERS 29
21 extern struct Library
*MUIMasterBase
;
22 #if !defined(__AROS__)
23 extern struct Library
*UtilityBase
,
31 extern struct Locale
*Locale
;
32 extern Object
*List
, *SWin
, *DbgLevel
;
39 STRPTR EventDescription
;