Tk::BWidget::MessageDlg
# File tk/lib/tkextlib/bwidget/selectcolor.rb, line 47 def self.set_color(idx, color) tk_call('SelectColor::setcolor', idx, color) end
# File tk/lib/tkextlib/bwidget/selectcolor.rb, line 29 def dialog(keys={}) newkeys = @keys.dup newkeys.update(_symbolkey2str(keys)) tk_call('SelectColor::dialog', @path, *hash_kv(newkeys)) end
# File tk/lib/tkextlib/bwidget/selectcolor.rb, line 35 def menu(*args) if args[-1].kind_of?(Hash) keys = args.pop else keys = {} end place = args.flatten newkeys = @keys.dup newkeys.update(_symbolkey2str(keys)) tk_call('SelectColor::menu', @path, place, *hash_kv(newkeys)) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is managed by James Britt and Neurogami. Live curious.
Generated with the Rubydoc Rdoc Generator 0.9.3.