~ubuntu-branches/ubuntu/saucy/gnome-shell/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/st/st-docs.sgml.in

Tags: upstream-3.3.90
ImportĀ upstreamĀ versionĀ 3.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 
3
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 
4
[
 
5
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 
6
]>
 
7
<book id="index">
 
8
  <bookinfo>
 
9
    <title>St Reference Manual</title>
 
10
    <releaseinfo>
 
11
      for St @VERSION@.
 
12
      <!--The latest version of this documentation can be found on-line at
 
13
      <ulink role="online-location" url="http://[SERVER]/st/index.html">http://[SERVER]/st/</ulink>.-->
 
14
    </releaseinfo>
 
15
  </bookinfo>
 
16
 
 
17
  <part>
 
18
    <title>API reference</title>
 
19
    <chapter id="base">
 
20
      <title>Abstract classes and Interfaces</title>
 
21
      <xi:include href="xml/st-widget.xml"/>
 
22
      <xi:include href="xml/st-widget-accessible.xml"/>
 
23
      <xi:include href="xml/st-container.xml"/>
 
24
      <xi:include href="xml/st-scrollable.xml"/>
 
25
    </chapter>
 
26
    <chapter id="widgets">
 
27
      <title>Widgets</title>
 
28
      <xi:include href="xml/st-button.xml"/>
 
29
      <xi:include href="xml/st-drawing-area.xml"/>
 
30
      <xi:include href="xml/st-entry.xml"/>
 
31
      <xi:include href="xml/st-icon.xml"/>
 
32
      <xi:include href="xml/st-label.xml"/>
 
33
    </chapter>
 
34
    <chapter id="containers">
 
35
      <title>Containers</title>
 
36
      <xi:include href="xml/st-bin.xml"/>
 
37
      <xi:include href="xml/st-box-layout.xml"/>
 
38
      <xi:include href="xml/st-group.xml"/>
 
39
      <xi:include href="xml/st-scroll-view.xml"/>
 
40
      <xi:include href="xml/st-table.xml"/>
 
41
    </chapter>
 
42
 
 
43
    <chapter id="styling">
 
44
      <title>Styling</title>
 
45
      <xi:include href="xml/st-theme.xml"/>
 
46
      <xi:include href="xml/st-theme-context.xml"/>
 
47
      <xi:include href="xml/st-theme-node.xml"/>
 
48
      <xi:include href="xml/st-theme-node-transition.xml"/>
 
49
      <xi:include href="xml/st-texture-cache.xml"/>
 
50
    </chapter>
 
51
  </part>
 
52
  <chapter id="object-tree">
 
53
    <title>Object Hierarchy</title>
 
54
     <xi:include href="xml/tree_index.sgml"/>
 
55
  </chapter>
 
56
  <index id="api-index-full">
 
57
    <title>API Index</title>
 
58
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
 
59
  </index>
 
60
  <index id="deprecated-api-index" role="deprecated">
 
61
    <title>Index of deprecated API</title>
 
62
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
 
63
  </index>
 
64
 
 
65
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
66
</book>