use for all targets
[AROS.git] / workbench / prefs / printer / editor.h
blob502626bd98c80febb3771166f998bdfe43d044f5
1 #ifndef _PRINTEREDITOR_H_
2 #define _PRINTEREDITOR_H_
4 /*
5 Copyright © 2004, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_PrinterEditor (TAG_USER | 0x10000000)
15 #define MUIM_PrinterEditor_Refresh (MUIB_PrinterEditor + 1)
16 #define MUIM_PrinterEditor_Sync (MUIB_PrinterEditor + 2)
18 /*** Variables **************************************************************/
19 extern struct MUI_CustomClass *PrinterEditor_CLASS;
21 /*** Macros *****************************************************************/
22 #define PrinterEditorObject BOOPSIOBJMACRO_START(PrinterEditor_CLASS->mcc_Class)
24 #endif /* _PRINTEREDITOR_H_ */