Methods
A
C
P
Z
Instance Public methods
active_legend()
# File ext/tk/lib/tkextlib/blt.rb, line 131
def active_legend
  tk_call_without_enc('Blt_ActiveLegend', @path)
  self
end
closest_point()
# File ext/tk/lib/tkextlib/blt.rb, line 147
def closest_point
  tk_call_without_enc('Blt_ClosestPoint', @path)
  self
end
crosshairs()
# File ext/tk/lib/tkextlib/blt.rb, line 135
def crosshairs
  tk_call_without_enc('Blt_Crosshairs', @path)
  self
end
print_key()
# File ext/tk/lib/tkextlib/blt.rb, line 143
def print_key
  tk_call_without_enc('Blt_PrintKey', @path)
  self
end
zoom_stack()
# File ext/tk/lib/tkextlib/blt.rb, line 139
def zoom_stack
  tk_call_without_enc('Blt_ZoomStack', @path)
  self
end