Sha256: c04117842646610e56e99a3257e31c22dae453362f25a64dc1320ff7d99cbc46
Contents?: true
Size: 1.9 KB
Versions: 1
Compression:
Stored size: 1.9 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::RadioButton)</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 423</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">name</span>, <span class="ruby-identifier">x</span>, <span class="ruby-identifier">y</span>, <span class="ruby-identifier">value</span>, <span class="ruby-identifier">parent</span>, <span class="ruby-identifier">checked</span>=<span class="ruby-keyword kw">false</span>, <span class="ruby-identifier">theme</span> = <span class="ruby-constant">Themes</span><span class="ruby-operator">::</span><span class="ruby-identifier">blank</span>) <span class="ruby-ivar">@themek</span> = <span class="ruby-identifier">theme</span> <span class="ruby-keyword kw">super</span>(<span class="ruby-identifier">name</span>,<span class="ruby-identifier">x</span>,<span class="ruby-identifier">y</span>,<span class="ruby-identifier">x</span><span class="ruby-operator">+</span><span class="ruby-value">12</span>,<span class="ruby-identifier">y</span><span class="ruby-operator">+</span><span class="ruby-value">12</span>,<span class="ruby-identifier">theme</span>) <span class="ruby-ivar">@value</span> = <span class="ruby-identifier">value</span> <span class="ruby-ivar">@checked</span> = <span class="ruby-identifier">checked</span> <span class="ruby-ivar">@parent</span> = <span class="ruby-identifier">parent</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/RadioButton.src/M000065.html |