Class: Lustr4Wx::ListBuilder

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

Instance Method Summary collapse

Instance Method Details

#build(parent_widget) ⇒ Object



42
43
44
# File 'lib/lustr-wx/list.rb', line 42

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