mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-22 03:48:55 +00:00
71 lines
2.1 KiB
XML
71 lines
2.1 KiB
XML
![]() |
<?xml version="1.0" encoding="iso-8859-1"?>
|
||
|
<!-- $Revision: 1.1 $ -->
|
||
|
<!-- Purpose: utilspec.cmdline -->
|
||
|
<!-- Membership: pecl, external -->
|
||
|
<!-- State: experimental -->
|
||
|
<reference id="ref.newt">
|
||
|
<title>Newt Functions</title>
|
||
|
<titleabbrev>Newt</titleabbrev>
|
||
|
|
||
|
<partintro>
|
||
|
<section id="newt.intro">
|
||
|
&reftitle.intro;
|
||
|
<para>
|
||
|
This is a PHP language extension for RedHat Newt library, a terminal-based
|
||
|
window and widget library for writing applications with user friendly interface.
|
||
|
Once this extension is enabled in PHP it will provide the use of Newt
|
||
|
widgets, such as windows, buttons, checkboxes, radiobuttons, labels,
|
||
|
editboxes, scrolls, textareas, scales, etc. Use of this extension if very
|
||
|
similar to the original Newt API of C programming language.
|
||
|
</para>
|
||
|
</section>
|
||
|
<section id="newt.requirements">
|
||
|
&reftitle.required;
|
||
|
<para>
|
||
|
This module uses the functions of the RedHat Newt library.
|
||
|
You need libnewt version >= 0.51.0.
|
||
|
</para>
|
||
|
</section>
|
||
|
|
||
|
<!-- Information found in configure.xml -->
|
||
|
&reference.newt.configure;
|
||
|
|
||
|
<section id="newt.resources">
|
||
|
&reftitle.resources;
|
||
|
<para>
|
||
|
This extension uses two resource types: "newt component" and "newt grid".
|
||
|
|
||
|
Resource type "newt component" is returned by functions, which create
|
||
|
common newt widgets (for example: <function>newt_button</function>)
|
||
|
|
||
|
Resource type "newt grid" is a special link identifier for components,
|
||
|
returned by newt grid factory functions (for example: <function>newt_create_grid</function>)
|
||
|
</para>
|
||
|
</section>
|
||
|
<!-- Information found in constants.xml -->
|
||
|
&reference.newt.constants;
|
||
|
</partintro>
|
||
|
&reference.newt.functions;
|
||
|
</reference>
|
||
|
|
||
|
<!-- Keep this comment at the end of the file
|
||
|
Local variables:
|
||
|
mode: sgml
|
||
|
sgml-omittag:t
|
||
|
sgml-shorttag:t
|
||
|
sgml-minimize-attributes:nil
|
||
|
sgml-always-quote-attributes:t
|
||
|
sgml-indent-step:1
|
||
|
sgml-indent-data:t
|
||
|
indent-tabs-mode:nil
|
||
|
sgml-parent-document:nil
|
||
|
sgml-default-dtd-file:"../../../manual.ced"
|
||
|
sgml-exposed-tags:nil
|
||
|
sgml-local-catalogs:nil
|
||
|
sgml-local-ecat-files:nil
|
||
|
End:
|
||
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||
|
vim: et tw=78 syn=sgml
|
||
|
vi: ts=1 sw=1
|
||
|
-->
|