Module: Tk::BLT::GraphCommand (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/blt.rb

Class/Module Index [+]

Quicksearch

Tk::BLT::GraphCommand

Public Instance Methods

active_legend()
 
               # File tk/lib/tkextlib/blt.rb, line 132
def active_legend
  tk_call_without_enc('Blt_ActiveLegend', @path)
  self
end
            
closest_point()
 
               # File tk/lib/tkextlib/blt.rb, line 148
def closest_point
  tk_call_without_enc('Blt_ClosestPoint', @path)
  self
end
            
crosshairs()
 
               # File tk/lib/tkextlib/blt.rb, line 136
def crosshairs
  tk_call_without_enc('Blt_Crosshairs', @path)
  self
end
            
zoom_stack()
 
               # File tk/lib/tkextlib/blt.rb, line 140
def zoom_stack
  tk_call_without_enc('Blt_ZoomStack', @path)
  self
end