Ruby 2.0.0 リファレンスマニュアル > ライブラリ一覧 > tk/optionobjライブラリ > Tk::OptionObjクラス

class Tk::OptionObj

クラスの継承リスト: Tk::OptionObj < TkUtil < Hash < Enumerable < Object < Kernel < BasicObject

要約

目次

特異メソッド
new
インスタンスメソッド
+ [] cget []= apply notify assign configure observ_info observs replace store unassign update update_without_notify

特異メソッド

new(hash = nil)[permalink][rdoc]

[TODO]

インスタンスメソッド

self + hash[permalink][rdoc]

[TODO]

self[key][permalink][rdoc]
cget(key)

[TODO]

self[key] = value[permalink][rdoc]

[TODO]

notify(target = nil)[permalink][rdoc]
apply(target = nil)

[TODO]

assign(*wins)[permalink][rdoc]

[TODO]

configure(key, value = nil)[permalink][rdoc]

[TODO]

observ_info[permalink][rdoc]

[TODO]

observs[permalink][rdoc]

[TODO]

replace(hash)[permalink][rdoc]

[TODO]

store(key, value)[permalink][rdoc]

[TODO]

unassign(*wins)[permalink][rdoc]

[TODO]

update(hash)[permalink][rdoc]

[TODO]

update_without_notify(hash)[permalink][rdoc]

[TODO]

Hash#update と同じ。