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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
%gtkdocentities;
]>
<!-- Copyright (C) 2005-2024 Jo\u00EBl Kr\u00E4hemann -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.3 -->
<!-- or any later version published by the Free Software Foundation; -->
<!-- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. -->
<!-- A copy of the license is included in the section entitled "GNU -->
<!-- Free Documentation License". -->
<book id="index">
<bookinfo>
<legalnotice><para>Copyright (C)</para></legalnotice>
<title>Advanced Gtk+ Sequencer UI Reference Manual</title>
<releaseinfo>
for libags_gui.
The latest version of this documentation can be found on-line at
<ulink role="online-location" url="http://nongnu.org/gsequencer/&package_version;/api/libags-gui/index.html">http://nongnu.org/gsequencer/api/&package_version;/libags-gui/</ulink>.
</releaseinfo>
</bookinfo>
<chapter>
<title>UI Widgets</title>
<xi:include href="xml/ags_cartesian.xml"/>
<xi:include href="xml/ags_dial.xml"/>
<xi:include href="xml/ags_expander.xml"/>
<xi:include href="xml/ags_expander_set.xml"/>
<xi:include href="xml/ags_file_dialog.xml"/>
<xi:include href="xml/ags_file_widget.xml"/>
<xi:include href="xml/ags_icon_link.xml"/>
<xi:include href="xml/ags_indicator.xml"/>
<xi:include href="xml/ags_led.xml"/>
<xi:include href="xml/ags_led_array.xml"/>
<xi:include href="xml/ags_level.xml"/>
<xi:include href="xml/ags_level_box.xml"/>
<xi:include href="xml/ags_scrolled_level_box.xml"/>
<xi:include href="xml/ags_notebook.xml"/>
<xi:include href="xml/ags_piano.xml"/>
<xi:include href="xml/ags_scrolled_piano.xml"/>
<xi:include href="xml/ags_scale.xml"/>
<xi:include href="xml/ags_scale_box.xml"/>
<xi:include href="xml/ags_scrolled_scale_box.xml"/>
<xi:include href="xml/ags_tempo.xml"/>
<xi:include href="xml/ags_ruler.xml"/>
</chapter>
<index id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
<index id="api-index-deprecated" role="deprecated">
<title>Index of deprecated API</title>
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
</index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
<part label="appendix">
<title>Tree Index</title>
<xi:include href="xml/tree_index.sgml"><xi:fallback /></xi:include>
</part>
</book>
|