php-doc-en/reference/ui/book.xml
2021-06-13 23:23:33 +01:00

96 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.ui" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="pecl" ?>
<title>UI</title>
<titleabbrev>UI</titleabbrev>
<preface xml:id="intro.ui">
&reftitle.intro;
<para>
This extension wraps libui to provide an OO API for the cross platform development of native look-and-feel user interfaces .
</para>
</preface>
&reference.ui.setup;
<!-- &reference.ui.examples; -->
&reference.ui.ui.point;
&reference.ui.ui.size;
&reference.ui.ui.window;
&reference.ui.ui.control;
&reference.ui.ui.menu;
&reference.ui.ui.menuitem;
&reference.ui.ui.area;
&reference.ui.ui.executor;
&reference.ui.ui.controls.tab;
&reference.ui.ui.controls.check;
&reference.ui.ui.controls.button;
&reference.ui.ui.controls.colorbutton;
&reference.ui.ui.controls.label;
&reference.ui.ui.controls.entry;
&reference.ui.ui.controls.multilineentry;
&reference.ui.ui.controls.spin;
&reference.ui.ui.controls.slider;
&reference.ui.ui.controls.progress;
&reference.ui.ui.controls.separator;
&reference.ui.ui.controls.combo;
&reference.ui.ui.controls.editablecombo;
&reference.ui.ui.controls.radio;
&reference.ui.ui.controls.picker;
&reference.ui.ui.controls.form;
&reference.ui.ui.controls.grid;
&reference.ui.ui.controls.group;
&reference.ui.ui.controls.box;
&reference.ui.ui.draw.pen;
&reference.ui.ui.draw.path;
&reference.ui.ui.draw.matrix;
&reference.ui.ui.draw.color;
&reference.ui.ui.draw.stroke;
&reference.ui.ui.draw.brush;
&reference.ui.ui.draw.brush.gradient;
&reference.ui.ui.draw.brush.lineargradient;
&reference.ui.ui.draw.brush.radialgradient;
&reference.ui.ui.draw.text.layout;
&reference.ui.ui.draw.text.font;
&reference.ui.ui.draw.text.font.descriptor;
&reference.ui.reference;
&reference.ui.ui.draw.text.font.weight;
&reference.ui.ui.draw.text.font.italic;
&reference.ui.ui.draw.text.font.stretch;
&reference.ui.ui.draw.line.cap;
&reference.ui.ui.draw.line.join;
&reference.ui.ui.key;
&reference.ui.ui.exception.invalidargumentexception;
&reference.ui.ui.exception.runtimeexception;
</book>
<!-- 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:"~/.phpdoc/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
-->