module TkWidgetFactory::WidgetEnhancer
Public Instance Methods
hint(_hint=nil)
click to toggle source
# File lib/a-tkcommons.rb, line 2211 def hint(_hint=nil) Tk::BWidget::DynamicHelp::add(self, 'text'=>_hint) if _hint self end
hint=(_hint=nil)
click to toggle source
# File lib/a-tkcommons.rb, line 2207 def hint=(_hint=nil) hint(_hint) end