Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 4740

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Open a window of the specified size and position</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.newt-listitem.html">newt_listitem</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.newt-pop-help-line.html">newt_pop_help_line</a></div>
 <div class="up"><a href="ref.newt.html">Newt Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.newt-open-window" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">newt_open_window</h1>
  <p class="verinfo">(PECL newt &gt;= 0.1)</p><p class="refpurpose"><span class="refname">newt_open_window</span> &mdash; <span class="dc-title">Open a window of the specified size and position</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.newt-open-window-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>newt_open_window</strong></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$left</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$top</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$width</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$height</code></span>
   [, <span class="methodparam"><span class="type">string</span> <code class="parameter">$title</code></span>
  ] )</div>

  <p class="para rdfs-comment">
   Open a window of the specified size and position.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.newt-open-window-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">left</code></em></span>
     <dd>

      <p class="para">
       Location of the upper left-hand corner of the window (column number)
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">top</code></em></span>
     <dd>

      <p class="para">
       Location of the upper left-hand corner of the window (row number)
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">width</code></em></span>
     <dd>

      <p class="para">
       Window width
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">height</code></em></span>
     <dd>

      <p class="para">
       Window height
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">title</code></em></span>
     <dd>

      <p class="para">
       Window title
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.newt-open-window-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns 1 on success, 0 on failure.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.newt-open-window-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.newt-pop-window.html" class="function" rel="rdfs-seeAlso">newt_pop_window()</a> - Removes the top window from the display</span></li>
    <li class="member"> <span class="function"><a href="function.newt-centered-window.html" class="function" rel="rdfs-seeAlso">newt_centered_window()</a> - Open a centered window of the specified size</span></li>
   </ul>
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.newt-listitem.html">newt_listitem</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.newt-pop-help-line.html">newt_pop_help_line</a></div>
 <div class="up"><a href="ref.newt.html">Newt Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>