Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / scrollbutton.h
blob988804b5454bd5b200e50dd2b00e342d5e34fa0a
1 /*
2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _MUI_CLASSES_SCROLLBUTTON_H
7 #define _MUI_CLASSES_SCROLLBUTTON_H
9 /*** Name *******************************************************************/
10 #define MUIC_Scrollbutton "Scrollbutton.mui"
12 /*** Identifier base ********************************************************/
13 #define MUIB_Scrollbutton (MUIB_ZUNE | 0x00004100)
15 /*** Attributes *************************************************************/
16 #define MUIA_Scrollbutton_NewPosition \
17 (MUIB_Scrollbutton | 0x00000000) /* --G ULONG (2 x WORD) */
18 #define MUIA_Scrollbutton_Horiz \
19 (MUIB_Scrollbutton | 0x00000001) /* -SG WORD */
20 #define MUIA_Scrollbutton_Vert \
21 (MUIB_Scrollbutton | 0x00000002) /* -SG WORD */
22 #define MUIA_Scrollbutton_HorizProp \
23 (MUIB_Scrollbutton | 0x00000003) /* --G Object * */
24 #define MUIA_Scrollbutton_VertProp \
25 (MUIB_Scrollbutton | 0x00000004) /* --G Object * */
27 /*** Macros *****************************************************************/
28 #define ScrollbuttonObject MUIOBJMACRO_START(MUIC_Scrollbutton)
30 extern const struct __MUIBuiltinClass _MUI_Scrollbutton_desc; /* PRIV */
32 #endif /* _MUI_CLASSES_SCROLLBUTTON_H */