added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / classes / poplist.h
blob0d71d4546465cd66df2f9bb7f1b58fe647768c34
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 (MUIB_MUI|0x0042084c) /* MUI: V8 i.. char ** */
19 extern const struct __MUIBuiltinClass _MUI_Poplist_desc; /* PRIV */
21 #endif /* _MUI_CLASSES_POPLIST_H */