Method: TkWindow.to_eval
- Defined in:
- lib/tk.rb
.to_eval ⇒ Object
WidgetClassNames = self
> If self is a widget class, entry to the WidgetClassNames table.
5071 5072 5073 |
# File 'lib/tk.rb', line 5071 def self.to_eval self::WidgetClassName end |