module Tk::Tcllib::Tkpiechart::ConfigMethod
Public Instance Methods
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 46 def __cget_cmd ['::switched::cget', self.tag] end
Private Instance Methods
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 61 def __boolval_optkeys super() << 'select' << 'autoupdate' << 'selectable' end
Calls superclass method
TkConfigMethod#__boolval_optkeys
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 50 def __config_cmd ['::switched::configure', self.tag] end
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 55 def __configinfo_struct {:key=>0, :alias=>nil, :db_name=>nil, :db_class=>nil, :default_value=>1, :current_value=>2} end
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 72 def __listval_optkeys super() << 'colors' end
Calls superclass method
TkConfigMethod#__listval_optkeys
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 41 def __pathname self.path + ';' + self.tag end
Source
# File lib/tkextlib/tcllib/tkpiechart.rb, line 66 def __strval_optkeys super() << 'bordercolor' << 'textbackground' << 'widestvaluetext' << 'title' end
Calls superclass method
TkConfigMethod#__strval_optkeys