Module: Tk::BLT::GraphCommand
- Included in:
- Barchart, Graph, Stripchart
- Defined in:
- lib/tkextlib/blt.rb
Instance Method Summary collapse
- #active_legend ⇒ Object
- #closest_point ⇒ Object
- #crosshairs ⇒ Object
- #print_key ⇒ Object
- #zoom_stack ⇒ Object
Instance Method Details
#active_legend ⇒ Object
131 132 133 134 |
# File 'lib/tkextlib/blt.rb', line 131 def active_legend tk_call_without_enc('Blt_ActiveLegend', @path) self end |
#closest_point ⇒ Object
147 148 149 150 |
# File 'lib/tkextlib/blt.rb', line 147 def closest_point tk_call_without_enc('Blt_ClosestPoint', @path) self end |
#crosshairs ⇒ Object
135 136 137 138 |
# File 'lib/tkextlib/blt.rb', line 135 def crosshairs tk_call_without_enc('Blt_Crosshairs', @path) self end |
#print_key ⇒ Object
143 144 145 146 |
# File 'lib/tkextlib/blt.rb', line 143 def print_key tk_call_without_enc('Blt_PrintKey', @path) self end |
#zoom_stack ⇒ Object
139 140 141 142 |
# File 'lib/tkextlib/blt.rb', line 139 def zoom_stack tk_call_without_enc('Blt_ZoomStack', @path) self end |