Class: Lustr4Wx::DividedBoxBuilder

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

Instance Method Summary collapse

Instance Method Details

#build(parent_widget) ⇒ Object



46
47
48
# File 'lib/lustr-wx/divided_box.rb', line 46

def build(parent_widget)
	Lustr4Wx::DividedBox.new(parent_widget, -1)
end