5 Copyright © 2010, The AROS Development Team. All rights reserved.
9 /*** Variables **************************************************************/
10 extern struct MUI_CustomClass
*Stringify_CLASS
;
12 /*** Macros *****************************************************************/
13 #define StringifyObject BOOPSIOBJMACRO_START(Stringify_CLASS->mcc_Class)
15 /*** Attributes *************************************************************/
16 #define MUIA_MyStringifyType 0x8001
18 /*** Values *****************************************************************/
19 #define STRINGIFY_DoubleClickDelay 0x00
20 #define STRINGIFY_RepeatDelay 0x01
21 #define STRINGIFY_RepeatRate 0x02