Class: Lustr4Wx::LabelBuilder

Inherits:
Lustr::BuilderBase
  • Object
show all
Defined in:
lib/lustr-wx/label.rb

Instance Method Summary collapse

Instance Method Details

#build(parent_widget) ⇒ Object



41
42
43
44
45
# File 'lib/lustr-wx/label.rb', line 41

def build(parent_widget)
	result=Lustr4Wx::Label.new(parent_widget, -1, '')
	
	return result
end