Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / poplist.h
blobf6fc848c569c4bd6c19d242b19d8d47aafb00102
1 #ifndef _MUI_CLASSES_POPLIST_H
2 #define _MUI_CLASSES_POPLIST_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /****************************************************************************/
10 /*** Name *******************************************************************/
11 #define MUIC_Poplist "Poplist.mui"
13 /*** Identifier base (for Zune extensions) **********************************/
14 #define MUIB_Poplist (MUIB_ZUNE | 0x00002500)
16 /*** Attributes *************************************************************/
17 #define MUIA_Poplist_Array \
18 (MUIB_MUI | 0x0042084c) /* MUI: V8 i.. char ** */
20 extern const struct __MUIBuiltinClass _MUI_Poplist_desc; /* PRIV */
22 #endif /* _MUI_CLASSES_POPLIST_H */