Class: Lustr4Wx::Label

Inherits:
Wx::StaticText
  • Object
show all
Includes:
Lustr::WidgetBase
Defined in:
lib/lustr-wx/label.rb

Instance Method Summary collapse

Instance Method Details

#init_options(options) ⇒ Object



33
34
35
36
37
# File 'lib/lustr-wx/label.rb', line 33

def init_options(options)
	super

	self.text=option(:text)
end

#textObject



29
30
31
# File 'lib/lustr-wx/label.rb', line 29

def text
	return get_label
end

#text=(value) ⇒ Object



25
26
27
# File 'lib/lustr-wx/label.rb', line 25

def text=(value)
	set_label value
end