Class: Lustr4Wx::ButtonBuilder

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

Instance Method Summary collapse

Instance Method Details

#build(parent_widget) ⇒ Object



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

def build(parent_widget)
	button=Lustr4Wx::Button.new(parent_widget, -1, '')

	return button
end