module Tk::BLT::PlotComponent::OptKeys
Private Instance Methods
__item_boolval_optkeys(id)
click to toggle source
# File lib/tkextlib/blt/component.rb, line 25 def __item_boolval_optkeys(id) ['hide', 'under', 'descending', 'logscale', 'loose', 'showticks', 'titlealternate', 'scalesymbols', 'minor', 'raised', 'center', 'decoration', 'landscape', 'maxpect'] end
__item_font_optkeys(id)
click to toggle source
# File lib/tkextlib/blt/component.rb, line 15 def __item_font_optkeys(id) ['font', 'tickfont', 'titlefont'] end
__item_listval_optkeys(id)
click to toggle source
# File lib/tkextlib/blt/component.rb, line 39 def __item_listval_optkeys(id) ['bindtags'] end
__item_numlistval_optkeys(id)
click to toggle source
# File lib/tkextlib/blt/component.rb, line 44 def __item_numlistval_optkeys(id) ['dashes', 'majorticks', 'minorticks'] end
__item_numstrval_optkeys(id)
click to toggle source
# File lib/tkextlib/blt/component.rb, line 20 def __item_numstrval_optkeys(id) ['xoffset', 'yoffset'] end
__item_strval_optkeys(id)
click to toggle source
# File lib/tkextlib/blt/component.rb, line 32 def __item_strval_optkeys(id) ['text', 'label', 'limits', 'title', 'show', 'file', 'maskdata', 'maskfile', 'color', 'titlecolor', 'fill', 'outline', 'offdash'] end
__item_tkvariable_optkeys(id)
click to toggle source
# File lib/tkextlib/blt/component.rb, line 49 def __item_tkvariable_optkeys(id) ['variable', 'textvariable', 'colormap', 'fontmap'] end