! Top level window title
xsky.title:  xsky version 3.0.4

! A neat icon figure
*IconPixmap:  xsky_icon
*IconName:    Xsky

! Labels for the buttons on the main panel
*panelbutton0.label:  Info
*panelbutton1.label:  Catalogs ==>
*panelbutton2.label:  Zoom In
*panelbutton3.label:  Zoom Out
*panelbutton4.label:  Grid
*panelbutton5.label:  Boundaries
*panelbutton6.label:  Hide IDs
*panelbutton7.label:  Erase IDs
*panelbutton8.label:  Find
*panelbutton9.label:  User Label
*panelbutton10.label: Chart
*panelbutton11.label: Undo
*panelbutton12.label: Quit

! Label for all ack buttons
*ack*label:  Acknowledged

! Label for all cancel buttons
*cancel*label:  Cancel

! Label for the pointer position box
*poslabel.label:  Position

! Text foreground and backgroud colors; also no-op return and line-feed
*Text*background:  black
*Text*foreground:  white
*Text.Translations:  #override \
        <Key>Return:  no-op() \n\
        Ctrl<Key>M:  no-op() \n\
        <Key>Linefeed:  no-op() \n\
        Ctrl<Key>J:  no-op()

! Title and labels for the info button's popup
*displaydata.title:  Display Data
*displaydata*ack.label:  Apply
!*displaydata*cancel.label:  Cancel

! Action for return in the text fields of the info button popup
*displaydata*Text.translations:  #override  \
    <Key>Return:  updateInfo()

! Title and label for the catalog select button popup
*catmenu.title:  Object Menu
*catmenu.catbox.catlabel.label:  Catalogs

! Pop down the catalog menu when the pointer leaves the window
*catmenu.translations:  \
    <LeaveWindow>:  popdownObjMenu()

! Control toggle button actions in the catalog menu
!*catmenu.catbox.Command.translations:  \
!    <BtnDown>:  set()                      \n\
!    <BtnUp>:  notify() unset()

! Title and labels for the find button's popup
*findshell.title:  Find Object
*findshell.findbox.findlabel.label:  Select object
*findshell.findbox.findack.label:  Find

! Title for the chart filename dialog popup
*chartshell.title:  Create Chart

! Pop down the find display popup if it gets covered up
*findshell.translations:  \
    <CirculateNotify>:  popdownFindDisplay()

! Find the object after a return in the text field
*findshell.findbox.findtext.translations:  #override  \
    <Key>Return:  findObject()

! Title and labels for the user label button's popup
*userlabelshell.title:  User Label
*userlabelshell.userlabelbox.userlabellabel.label:  Enter user label
*userlabelshell.userlabelbox.userlabelack.label:  Label

! Pop down the user label popup if it gets covered up
*userlabelshell.translations:  \
    <CirculateNotify>:  popdownUserLabelDisplay()

! Begin user label positioning after a return in the text field
*userlabelshell.userlabelbox.userlabeltext.translations:  #override  \
    <Key>Return:  positionUserLabel()

! Title for the object information display popup
*datashell.title:  Object Data

! Label for the display center text field
*centerlabel.label:  Center

! Action for return in the display center text field
*centertext.translations:  #override  \
    <Key>Return:  updateCenter()

! Modify the action of button 2 in all scrollbars to do incremental scrolling
*Scrollbar.Translations:  #override  \
    <Btn2Down>:  StartScroll(Forward)  \n\
    <Btn2Motion>:  MoveThumb()

! Options below this point are defined by xsky itself; most of these resources
! are also settable via command-line options

! Initial position of the sky display
*displaypos:  5h 36m 12s.7, -01d 12' 07".0

! Initial display scale - pixels per degree
*displayscale:  20

! Initial width and height of the sky display
*displaywidth:  500
*displayheight:  500

! Initial limiting magnitude of the sky display
*displaymaglim:  8.0

! Turn sky display scrollbars on and off
*scrollbars:  True

! Turn the zoom slider on and off
*zoomslider:  True

! Set the maximum magnification value of the zoom slider (pixels per degree)
*slidermax:  25000

! Turn the pointer position display on and off
*posdisplay:  True

! Latin font for object labels
*displaylatinidfont:  *-helvetica-*-*-*-*-10-*
!*displaylatinidfont:  helvetica10

! Larger Latin font for constellation labels
*displaylatinconfont:  *-helvetica-*-*-*-*-14-*
!*displaylatinconfont:  helvetica14

! Greek font for object labels (star Bayer designations)
*displaygreekfont:  -adobe-symbol-medium-r-normal--12-*
!*displaygreekfont:  symbol12

! Star colors for the various spectral classes
*displaycolorO:  Blue
*displaycolorB:  DeepSkyBlue
*displaycolorA:  White
*displaycolorF:  NavajoWhite2
*displaycolorG:  Yellow
*displaycolorK:  Orange
*displaycolorM:  Red

! Automatically pop down popups when the pointer leaves the window
*autopopdown:  False

! Southern Hemisphere user
*downunder:  False

! Initial list of catalogs to display
*displayfirst:  YBS,NGC2000,UGC
