Class: Lustr4Wx::BoxBuilder

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

Instance Method Summary collapse

Instance Method Details

#build(parent_widget) ⇒ Object



69
70
71
72
73
# File 'lib/lustr-wx/box.rb', line 69

def build(parent_widget)
	w=Lustr4Wx::Box.new(parent_widget, -1)

	return w
end