# used to build buttons

button selected
  help display only selected visible items
  DefPropSpec 'displayed' 'selected'
  DefPropPeak 'displayed' 'selected'
  DefPropPrim 'displayed' 'selected'
button all
  help display all visible items
  DefPropSpec 'displayed' ''
  DefPropPeak 'displayed' ''
  DefPropPrim 'displayed' ''

button
button Selection
  help open selection dialog
  DialSelect on
button Spec
  help open spectrum dialog
  DialSpec on
button all
  help select everything
  SelectSpec ''
  SelectPeak ''
  SelectPrim ''

button
button Style
  help open style dialog
  DialStyle on
button grid
  help display selected datasets as grid
  StyleSpec grid
button surface
  help display selected datasets as surface
  StyleSpec surface
button contour
  help display selected datasets as contours
  StyleSpec contour
button circle
  help display selected peaks as circles/spheres
  StylePeak circle
button cross
  help display selected peaks as crosses/tetrahedrons
  StylePeak cross
button invisible
  help make selected datasets and peaks invisible
  StyleSpec invisible
  StylePeak invisible

button
button Color
  help open color dialog
  DialColor on
