Sha256: 07f828b353d9872b8a1fef032de861737e12de1f947429807d0e7f08319e6cc7
Contents?: true
Size: 1.85 KB
Versions: 1
Compression:
Stored size: 1.85 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>new (GGLib::TracePanel)</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 ext/widgets.rb, line 175</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">name</span>=<span class="ruby-identifier">:unnamed</span>) <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">name</span>, <span class="ruby-value">0</span>,<span class="ruby-value">0</span>,<span class="ruby-value">640</span>,<span class="ruby-value">60</span>, <span class="ruby-constant">Themes</span><span class="ruby-operator">::</span><span class="ruby-identifier">tracePanel</span>) <span class="ruby-identifier">clear</span> <span class="ruby-keyword kw">begin</span> <span class="ruby-ivar">@theme</span>.<span class="ruby-identifier">font</span>.<span class="ruby-identifier">default</span> = <span class="ruby-constant">Gosu</span><span class="ruby-operator">::</span><span class="ruby-constant">Font</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">$window</span>, <span class="ruby-value str">"Courier New"</span>, <span class="ruby-ivar">@theme</span>.<span class="ruby-identifier">font</span>.<span class="ruby-identifier">default</span>.<span class="ruby-identifier">height</span>) <span class="ruby-keyword kw">rescue</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gglib-1.3.0 | doc/classes/GGLib/TracePanel.src/M000077.html |