Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / radio.h
blob4a73623d100a1b64408e4a6763beec1626467957
1 #ifndef _MUI_CLASSES_RADIO_H
2 #define _MUI_CLASSES_RADIO_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Radio "Radio.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Radio (MUIB_ZUNE | 0x00002a00)
15 /*** Attributes *************************************************************/
16 #define MUIA_Radio_Active \
17 (MUIB_MUI | 0x00429b41) /* MUI:V4 isg LONG */
18 #define MUIA_Radio_Entries \
19 (MUIB_MUI | 0x0042b6a1) /* MUI:V4 i.. STRPTR * */
22 extern const struct __MUIBuiltinClass _MUI_Radio_desc; /* PRIV */
24 #endif /* _MUI_CLASSES_RADIO_H */