Sha256: 09c13a3ad0c04a3a9e326f7ceeda1ff4c7ebaae225d290bacc4192d482fef048
Contents?: true
Size: 1.7 KB
Versions: 1
Compression:
Stored size: 1.7 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>setFocus (GGLib::GUIWindow)</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 window.rb, line 150</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">setFocus</span>(<span class="ruby-identifier">object</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@focused!</span>=<span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">and</span> <span class="ruby-keyword kw">not</span> <span class="ruby-ivar">@focused</span>.<span class="ruby-identifier">sleeping?</span> <span class="ruby-comment cmt">#dont blur the object if it is the window or if it is sleeping</span> <span class="ruby-ivar">@focused</span>.<span class="ruby-identifier">blur</span> <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">object</span><span class="ruby-operator">==</span><span class="ruby-keyword kw">nil</span> <span class="ruby-ivar">@focused</span>=<span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">else</span> <span class="ruby-ivar">@focused</span>=<span class="ruby-ivar">@guiWidgets</span>[<span class="ruby-identifier">object</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/GUIWindow.src/M000059.html |