Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / popstring.h
blob41b919d4a7a2a26b6b6eb40e46a7139bc82a4172
1 #ifndef _MUI_CLASSES_POPSTRING_H
2 #define _MUI_CLASSES_POPSTRING_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Popstring "Popstring.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Popstring (MUIB_ZUNE | 0x00002800)
15 /*** Methods ****************************************************************/
16 #define MUIM_Popstring_Close (MUIB_MUI | 0x0042dc52) /* MUI: V7 */
17 #define MUIM_Popstring_Open (MUIB_MUI | 0x004258ba) /* MUI: V7 */
19 struct MUIP_Popstring_Close
21 STACKED ULONG MethodID;
22 STACKED LONG result;
25 struct MUIP_Popstring_Open
27 STACKED ULONG MethodID;
30 /*** Attributes *************************************************************/
31 #define MUIA_Popstring_Button \
32 (MUIB_MUI | 0x0042d0b9) /* MUI: V7 i.g Object * */
33 #define MUIA_Popstring_CloseHook \
34 (MUIB_MUI | 0x004256bf) /* MUI: V7 isg struct Hook * */
35 #define MUIA_Popstring_OpenHook \
36 (MUIB_MUI | 0x00429d00) /* MUI: V7 isg struct Hook * */
37 #define MUIA_Popstring_String \
38 (MUIB_MUI | 0x004239ea) /* MUI: V7 i.g Object * */
39 #define MUIA_Popstring_Toggle \
40 (MUIB_MUI | 0x00422b7a) /* MUI: V7 isg BOOL */
43 extern const struct __MUIBuiltinClass _MUI_Popstring_desc; /* PRIV */
45 #endif /* _MUI_CLASSES_POPSTRING_H */