Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1218

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>Newt form exit reasons</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="newt.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="constants.newt.colorsets.html">Newt colorsets</a></div>
 <div class="up"><a href="newt.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="constants.newt.reasons" class="section">
 <h2 class="title">Newt form exit reasons</h2>
 <table class="doctable table">
  <caption><strong>Newt form exit reasons</strong></caption>
  
   <thead>
    <tr>
     <th>constant</th>
     <th>meaning</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr id="constant.newt-exit-hotkey">
     <td><strong><code>NEWT_EXIT_HOTKEY</code></strong></td>
     <td>hotkey defined by  <span class="function"><a href="function.newt-form-add-hot-key.html" class="function">newt_form_add_hot_key()</a></span> was pressed</td>
    </tr>

    <tr id="constant.newt-exit-component">
     <td><strong><code>NEWT_EXIT_COMPONENT</code></strong></td>
     <td>some component has caused form to exit</td>
    </tr>

    <tr id="constant.newt-exit-fdready">
     <td><strong><code>NEWT_EXIT_FDREADY</code></strong></td>
     <td>file descriptor specified in
      <span class="function"><a href="function.newt-form-watch-fd.html" class="function">newt_form_watch_fd()</a></span> is ready to be read or written
     to</td>
    </tr>

    <tr id="constant.newt-exit-timer">
     <td><strong><code>NEWT_EXIT_TIMER</code></strong></td>
     <td>time specified in  <span class="function"><a href="function.newt-form-set-timer.html" class="function">newt_form_set_timer()</a></span> has
     elapsed</td>
    </tr>

   </tbody>
  
 </table>

 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="newt.constants.html">Predefined Constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="constants.newt.colorsets.html">Newt colorsets</a></div>
 <div class="up"><a href="newt.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>