Module: Tk::Tcllib::Tkpiechart::ConfigMethod
- Includes:
- TkConfigMethod
- Included in:
- BoxLabeler, Label, PeripheralLabeler, Pie, PieChartObj, Slice
- Defined in:
- ext/lib/tkextlib/tcllib/tkpiechart.rb
Constant Summary
Constants included from TkUtil
TkUtil::None, TkUtil::RELEASE_DATE
Instance Method Summary collapse
Methods included from TkConfigMethod
#[], #[]=, __IGNORE_UNKNOWN_CONFIGURE_OPTION__, #__check_available_configure_options, __set_IGNORE_UNKNOWN_CONFIGURE_OPTION__!, #cget, #cget_strict, #config_hash_kv, #configinfo, #configure, #configure_cmd, #current_configinfo
Methods included from TkTreatFont
#font_configinfo, #font_configure, #font_copy, #kanjifont_configure, #kanjifont_copy, #latinfont_configure, #latinfont_copy
Methods included from TkUtil
_conv_args, #_conv_args, #_fromUTF8, _get_eval_enc_str, #_get_eval_enc_str, #_get_eval_string, _get_eval_string, _symbolkey2str, #_symbolkey2str, #_toUTF8, bool, #bool, callback, eval_cmd, #hash_kv, hash_kv, install_cmd, num_or_str, #num_or_str, number, #number, string, #string, uninstall_cmd
Instance Method Details
#__cget_cmd ⇒ Object
45 46 47 |
# File 'ext/lib/tkextlib/tcllib/tkpiechart.rb', line 45 def __cget_cmd ['::switched::cget', self.tag] end |