Methods
- C
- I
- N
- O
- T
Constants
PostscriptID_TBL | = | TkCore::INTERP.create_table |
Class Public methods
new(chart, keys={})
Link
# File ext/tk/lib/tkextlib/blt/component.rb, line 1128 def self.new(chart, keys={}) obj = nil PostscriptID_TBL.mutex.synchronize{ unless (obj = PostscriptID_TBL[chart.path]) (obj = self.allocate).instance_eval{ @parent = @chart = chart @cpath = @chart.path @path = @id = 'postscript' Postscript::PostscriptID_TBL[@cpath] = self } end } chart.postscript_configure(keys) if obj && ! keys.empty? obj end
new(chart, keys={})
Link
# File ext/tk/lib/tkextlib/blt/component.rb, line 1144 def initialize(chart, keys={}) # dummy:: not called by 'new' method @parent = @chart = chart @cpath = @chart.path # Postscript::PostscriptID_TBL[@cpath] = self @chart.postscript_configure(keys) unless keys.empty? @path = @id = 'postscript' end
Instance Public methods
cget(option)
Link
cget_strict(option)
Link
cget_tkstring(option)
Link
configinfo(key=nil)
Link
configure(key, value=None)
Link
current_configinfo(key=nil)
Link
id()
Link
output(file=nil, keys={})
Link