Class: TK::Label
- Inherits:
-
TkLabel
- Object
- TkLabel
- TK::Label
- Defined in:
- lib/wiki_lyrics/gui/gui-tk.rb
Instance Method Summary collapse
-
#initialize(parent, text, *args) ⇒ Label
constructor
A new instance of Label.
Constructor Details
#initialize(parent, text, *args) ⇒ Label
Returns a new instance of Label.
39 40 41 |
# File 'lib/wiki_lyrics/gui/gui-tk.rb', line 39 def initialize( parent, text, *args ) super( parent, TK.proc_args( args, { "text"=> text } ) ) end |