Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / popimage.h
blob316e2fa77ccb1cdf093a19d03999b352584895fd
1 #ifndef _MUI_CLASSES_POPIMAGE_H
2 #define _MUI_CLASSES_POPIMAGE_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Popimage "Popimage.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Popimage (MUIB_ZUNE | 0x00002300)
15 /*** Methods ****************************************************************/
16 #define MUIM_Popimage_OpenWindow (MUIB_Popimage | 0x00000000) /* PRIV */
17 #define MUIM_Popimage_CloseWindow (MUIB_Popimage | 0x00000001) /* PRIV */
19 struct MUIP_Popimage_OpenWindow
21 STACKED ULONG MethodID;
22 }; /* PRIV */
24 struct MUIP_Popimage_CloseWindow
26 STACKED ULONG MethodID;
27 STACKED LONG ok;
28 }; /* PRIV */
31 extern const struct __MUIBuiltinClass _MUI_Popimage_desc; /* PRIV */
33 #endif /* _MUI_CLASSES_POPIMAGE_H */