1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- State: experimental -->
<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>
&warn.experimental;
This extension wraps <link xlink:href="&url.ui.libui;">libui</link>
to provide an object-oriented 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
-->
|