Class: TK::Label

Inherits:
TkLabel
  • Object
show all
Defined in:
lib/wiki_lyrics/gui/gui-tk.rb

Instance Method Summary collapse

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