Dashboard > Ian's Ropes Project > Creating a Multi-player Online Game > wxruby
  Ian's Ropes Project Log In   View a printable version of the current page.  
  wxruby
Added by Ian, last edited by Ian on Dec 15, 2007  (view change)
Labels: 
(None)

wxrequire 'rubygems'
gem 'wxruby2-preview' # or the name of the gem you installed 
 require "wxruby" # wxruby 0.6.0
 # OR
 require "wx" # wxruby2
 include Wx 
 

 class MinimalApp < App
    def on_init
         Frame.new(nil, -1, "The Bare Minimum").show()
    end
 end
 

 MinimalApp.new.main_loop

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.2 Build:#807 May 20, 2007) - Bug/feature request - Contact Administrators