Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / scrollbutton.h
blob4884ba4605c79338b9a0266f2501729ffc378ed2
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 (MUIB_Scrollbutton | 0x00000000) /* --G ULONG (2 x WORD) */
17 #define MUIA_Scrollbutton_Horiz (MUIB_Scrollbutton | 0x00000001) /* -SG WORD */
18 #define MUIA_Scrollbutton_Vert (MUIB_Scrollbutton | 0x00000002) /* -SG WORD */
19 #define MUIA_Scrollbutton_HorizProp (MUIB_Scrollbutton | 0x00000003) /* --G Object * */
20 #define MUIA_Scrollbutton_VertProp (MUIB_Scrollbutton | 0x00000004) /* --G Object * */
22 /*** Macros *****************************************************************/
23 #define ScrollbuttonObject MUIOBJMACRO_START(MUIC_Scrollbutton)
25 extern const struct __MUIBuiltinClass _MUI_Scrollbutton_desc; /* PRIV */
27 #endif /* _MUI_CLASSES_SCROLLBUTTON_H */