Sophie

Sophie

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

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 Components Flags</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="constants.newt.sense-flags.html">Newt Flags Sense</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="constants.newt.fd-flags.html">File Descriptor Flags</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.components-flags" class="section">
 <h2 class="title">Newt Components Flags</h2>
 <table class="doctable table">
  <caption><strong>Newt Components Flags</strong></caption>
  
   <thead>
    <tr>
     <th>constant</th>
     <th>meaning</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr id="constant.newt-flag-returnexit">
     <td><strong><code>NEWT_FLAG_RETURNEXIT</code></strong></td>
     <td>Exit form, when component is activated</td>
    </tr>

    <tr id="constant.newt-flag-hidden">
     <td><strong><code>NEWT_FLAG_HIDDEN</code></strong></td>
     <td>Component is hidden</td>
    </tr>

    <tr id="constant.newt-flag-scroll">
     <td><strong><code>NEWT_FLAG_SCROLL</code></strong></td>
     <td>Component is scrollable</td>
    </tr>

    <tr id="constant.newt-flag-disabled">
     <td><strong><code>NEWT_FLAG_DISABLED</code></strong></td>
     <td>Component is disabled</td>
    </tr>

    <tr id="constant.newt-flag-border">
     <td><strong><code>NEWT_FLAG_BORDER</code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.newt-flag-wrap">
     <td><strong><code>NEWT_FLAG_WRAP</code></strong></td>
     <td>Wrap text</td>
    </tr>

    <tr id="constant.newt-flag-nof12">
     <td><strong><code>NEWT_FLAG_NOF12</code></strong></td>
     <td>Don&#039;t exit form on pressing F12</td>
    </tr>

    <tr id="constant.newt-flag-multiple">
     <td><strong><code>NEWT_FLAG_MULTIPLE</code></strong></td>
     <td class="empty">&nbsp;</td>
    </tr>

    <tr id="constant.newt-flag-selected">
     <td><strong><code>NEWT_FLAG_SELECTED</code></strong></td>
     <td>Component is selected</td>
    </tr>

    <tr id="constant.newt-flag-checkbox">
     <td><strong><code>NEWT_FLAG_CHECKBOX</code></strong></td>
     <td>Component is checkbox</td>
    </tr>

    <tr id="constant.newt-flag-password">
     <td><strong><code>NEWT_FLAG_PASSWORD</code></strong></td>
     <td>Entry component is password entry</td>
    </tr>

    <tr id="constant.newt-flag-showcursor">
     <td><strong><code>NEWT_FLAG_SHOWCURSOR</code></strong></td>
     <td>Show cursor</td>
    </tr>

   </tbody>
  
 </table>

 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="constants.newt.sense-flags.html">Newt Flags Sense</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="constants.newt.fd-flags.html">File Descriptor Flags</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>