remove canada_francais (obsolete)
[AROS.git] / workbench / prefs / locale / page_country.h
blob8300167aadf090bff0210898ee8bb41146d49016
1 #ifndef _LCOUNTRY_H_
2 #define _LCOUNTRY_H_
4 /*
5 Copyright © 2008-2010, 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_Country (TAG_USER | 0x40000000)
15 /*** Attributes *************************************************************/
16 #define MUIA_Country_Countryname (MUIB_Country | 0)
18 /*** Methods ****************************************************************/
19 #define MUIM_Country_Fill (MUIB_Country | 0)
21 /*** Variables **************************************************************/
22 extern struct MUI_CustomClass *Country_CLASS;
24 /*** Macros *****************************************************************/
25 #define CountryObject BOOPSIOBJMACRO_START(Country_CLASS->mcc_Class)
27 #endif /* _LCOUNTRY_H_ */