Sha256: 24d01a74d162874338be90b49758c80ebc885d108d02d35276ef110efd36594c
Contents?: true
Size: 1.09 KB
Versions: 2
Compression:
Stored size: 1.09 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>createWindow (MySplashScreen)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File gglib/examples/SplashScreen.rb, line 22</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">createWindow</span> <span class="ruby-comment cmt">#Once the load method is finished, create window is called.</span> <span class="ruby-comment cmt">#This is where we should initialize and lauch our window.</span> <span class="ruby-comment cmt">#We'll just resuse the routines from BasicExample.rb.</span> <span class="ruby-identifier">require</span> <span class="ruby-value str">"BasicExample"</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gglib-1.2.1 | lib/doc/classes/MySplashScreen.src/M000007.html |
gglib-1.3.0 | doc/classes/MySplashScreen.src/M000007.html |