revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / muimaster / classes / popframe.h
blob8a24315c2a6879fc747f90b8955945db3ea1d552
1 #ifndef _MUI_CLASSES_POPFRAME_H
2 #define _MUI_CLASSES_POPFRAME_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Popframe "Popframe.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Popframe (MUIB_ZUNE | 0x00002200)
15 /*** Methods ****************************************************************/
16 #define MUIM_Popframe_OpenWindow (MUIB_Popframe | 0x00000000) /* PRIV */
17 #define MUIM_Popframe_CloseWindow (MUIB_Popframe | 0x00000001) /* PRIV */
19 struct MUIP_Popframe_OpenWindow /* PRIV */
20 { /* PRIV */
21 STACKED ULONG MethodID; /* PRIV */
22 }; /* PRIV */
24 struct MUIP_Popframe_CloseWindow /* PRIV */
25 { /* PRIV */
26 STACKED ULONG MethodID; /* PRIV */
27 STACKED LONG ok; /* PRIV */
28 }; /* PRIV */
31 extern const struct __MUIBuiltinClass _MUI_Popframe_desc; /* PRIV */
33 #endif /* _MUI_CLASSES_POPFRAME_H */