active_legend()
click to toggle source
def active_legend
tk_call_without_enc('Blt_ActiveLegend', @path)
self
end
closest_point()
click to toggle source
def closest_point
tk_call_without_enc('Blt_ClosestPoint', @path)
self
end
crosshairs()
click to toggle source
def crosshairs
tk_call_without_enc('Blt_Crosshairs', @path)
self
end
print_key()
click to toggle source
def print_key
tk_call_without_enc('Blt_PrintKey', @path)
self
end
zoom_stack()
click to toggle source
def zoom_stack
tk_call_without_enc('Blt_ZoomStack', @path)
self
end