Method: Interphase::Label#initialize

Defined in:
lib/interphase/widgets/label.rb

#initialize(text = '', **options, &block) ⇒ Label

Creates a new label.



9
10
11
# File 'lib/interphase/widgets/label.rb', line 9

def initialize(text = '', **options, &block)
  super(Gtk::Label.new(text), options, &block)
end