Wx::App
# File lib/makeconf/wxapp.rb, line 6 def on_init @frame = Wx::Frame.new(nil, -1, 'Testing') @wizard = Wx::Wizard.new(@frame) pages = [ welcome ] @wizard.run_wizard(pages[0]) @wizard.Destroy() end
# File lib/makeconf/wxapp.rb, line 16 def welcome x = Wx::WizardPageSimple.new(@wizard) Wx::StaticText.new(@wizard, :label => 'testing') x end
[Validate]
Generated with the Darkfish Rdoc Generator 2.