#ifndef XSETTINGS_H_
#define XSETTINGS_H_

#ifndef BUTTON_BM
#define BUTTON_BM
#define button_width 18
#define button_height 18
static unsigned char button_bits[] = {
   0xf8, 0x1f, 0x00, 0x04, 0x20, 0x00, 0x02, 0x40, 0x00, 0xf9, 0x9f, 0x00,
   0xf9, 0x9f, 0x01, 0x01, 0x80, 0x03, 0x01, 0x80, 0x03, 0xf9, 0x9f, 0x03,
   0xf9, 0x9f, 0x03, 0x01, 0x80, 0x03, 0x01, 0x80, 0x03, 0xf9, 0x9f, 0x03,
   0xf9, 0x9f, 0x03, 0x02, 0xc0, 0x03, 0x04, 0xe0, 0x03, 0xf8, 0xff, 0x01,
   0xf0, 0xff, 0x00, 0xe0, 0x7f, 0x00};
#endif

#define ADDING_FIELD_CURSOR     XC_sb_left_arrow
#define MENU_BUTTON_CURSOR            XC_hand2
#define SUB_MENU_CURSOR               XC_sb_right_arrow
#define ADDING_BOX_CURSOR             64

#define MENU_BUTTON_BITMAP           1

#define BIG_LABEL_FONT               "times-bold18"
#define SMALL_LABEL_FONT             "times-bold12"
#define INFO_FONT                    "times-roman12"
#define CONTROL_BUTTONS_FONT         "times-bold14"
#define ID_FONT                      "times-roman10"
#define MENU_VARIABLES_FONT          "times-roman14"
#define AREA_LABEL_FONT              "times-roman12"
#define WIDGET_DEFAULT_FONT          "6x13"
#define WIDGET_SELECTED_FONT         "8x13bold"

#define TILE_ONE                     Xw50_FOREGROUND

#endif
