File: gdl-docs.sgml

package info (click to toggle)
gdl 3.40.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,540 kB
  • sloc: ansic: 10,749; sh: 4,291; javascript: 301; makefile: 201
file content (54 lines) | stat: -rw-r--r-- 2,030 bytes parent folder | download | duplicates (5)
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
<?xml version="1.0"?>
<!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 version SYSTEM "version.xml">
]>
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>GNOME Docking Library Reference Manual</title>
    <releaseinfo>
      This document is for libgdl version &version;.
      The latest versions can be found online at
      <ulink role="online-location" url="http://developer.gnome.org/gdl/">http://developer.gnome.org/gdl/</ulink>.
    </releaseinfo>
  </bookinfo>

  <part id="api">
    <title>API Reference</title>
    <chapter id="core">
      <title>Core Classes</title>
      <xi:include href="xml/gdl-dock-object.xml" />
      <xi:include href="xml/gdl-dock-master.xml" />
      <xi:include href="xml/gdl-dock-layout.xml" />
    </chapter>
    <chapter id="widget">
      <title>Widgets</title>
      <xi:include href="xml/gdl-dock.xml" />
      <xi:include href="xml/gdl-dock-notebook.xml" />
      <xi:include href="xml/gdl-dock-paned.xml" />
      <xi:include href="xml/gdl-dock-item.xml" />
      <xi:include href="xml/gdl-dock-bar.xml" />
    </chapter>
    <chapter id="private">
      <title>Private Classes</title>
      <xi:include href="xml/gdl-dock-item-grip.xml" />
      <xi:include href="xml/gdl-dock-item-button-image.xml" />
      <xi:include href="xml/gdl-preview-window.xml" />
      <xi:include href="xml/gdl-switcher.xml" />
    </chapter>
    <chapter id="deprecated">
      <title>Deprecated Classes</title>
      <xi:include href="xml/gdl-dock-placeholder.xml" />
      <xi:include href="xml/gdl-dock-tablabel.xml" />
    </chapter>
  </part>

  <index id="api-index-full">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>

  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>

</book>