disable debug.
[AROS.git] / workbench / prefs / locale / page_region.h
blobf5e94618b20409da886d4fc6d348151438dd3776
1 #ifndef _LCOUNTRY_H_
2 #define _LCOUNTRY_H_
4 /*
5 Copyright © 2008-2013, The AROS Development Team. All rights reserved.
6 $Id$
7 */
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_ */