module Tk::BLT::PlotComponent::OptKeys

Private Instance Methods

__item_boolval_optkeys(id) click to toggle source
# File lib/tkextlib/blt/component.rb, line 24
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 14
def __item_font_optkeys(id)
  ['font', 'tickfont', 'titlefont']
end
__item_listval_optkeys(id) click to toggle source
# File lib/tkextlib/blt/component.rb, line 38
def __item_listval_optkeys(id)
  ['bindtags']
end
__item_numlistval_optkeys(id) click to toggle source
# File lib/tkextlib/blt/component.rb, line 43
def __item_numlistval_optkeys(id)
  ['dashes', 'majorticks', 'minorticks']
end
__item_numstrval_optkeys(id) click to toggle source
# File lib/tkextlib/blt/component.rb, line 19
def __item_numstrval_optkeys(id)
  ['xoffset', 'yoffset']
end
__item_strval_optkeys(id) click to toggle source
# File lib/tkextlib/blt/component.rb, line 31
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 48
def __item_tkvariable_optkeys(id)
  ['variable', 'textvariable', 'colormap', 'fontmap']
end