5 Copyright © 2008-2013, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_Region (TAG_USER | 0x40000000)
15 /*** Attributes *************************************************************/
16 #define MUIA_Region_Regionname (MUIB_Region | 0)
18 /*** Methods ****************************************************************/
19 #define MUIM_Region_Fill (MUIB_Region | 0)
21 /*** Variables **************************************************************/
22 extern struct MUI_CustomClass
*Region_CLASS
;
24 /*** Macros *****************************************************************/
25 #define RegionObject BOOPSIOBJMACRO_START(Region_CLASS->mcc_Class)
27 #endif /* _LCOUNTRY_H_ */