#ifndef XSETTINGS_H_
#define XSETTINGS_H_

#ifndef BUTTON_BM
#define BUTTON_BM
#include "button.bm"
#include "select.bm"
#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
