summaryrefslogtreecommitdiff
path: root/doc/gladeui-docs.sgml
blob: 7ef577fd8bb33babbcb9b431b7ab4c05b7456792 (plain)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!ENTITY CatalogIntro SYSTEM "xml/catalogintro.sgml">
<!ENTITY WidgetClasses SYSTEM "xml/widgetclasses.sgml">
<!ENTITY Properties SYSTEM "xml/properties.sgml">
<!ENTITY Children SYSTEM "xml/children.sgml">
<!ENTITY GladeCommand SYSTEM "xml/glade-command.xml">
<!ENTITY GladeApp SYSTEM "xml/glade-app.xml">
<!ENTITY GladeClipboardView SYSTEM "xml/glade-clipboard-view.xml">
<!ENTITY GladeClipboard SYSTEM "xml/glade-clipboard.xml">
<!ENTITY GladeEditorProperty SYSTEM "xml/glade-editor-property.xml">
<!ENTITY GladeEditor SYSTEM "xml/glade-editor.xml">
<!ENTITY GladePalette SYSTEM "xml/glade-palette.xml">
<!ENTITY GladeParameter SYSTEM "xml/glade-parameter.xml">
<!ENTITY GladePlaceholder SYSTEM "xml/glade-placeholder.xml">
<!ENTITY GladeInspector SYSTEM "xml/glade-inspector.xml">
<!ENTITY GladeProject SYSTEM "xml/glade-project.xml">
<!ENTITY GladePropertyClass SYSTEM "xml/glade-property-class.xml">
<!ENTITY GladeProperty SYSTEM "xml/glade-property.xml">
<!ENTITY GladeSignalEditor SYSTEM "xml/glade-signal-editor.xml">
<!ENTITY GladeUtils SYSTEM "xml/glade-utils.xml">
<!ENTITY GladeWidgetAdaptor SYSTEM "xml/glade-widget-adaptor.xml">
<!ENTITY GladeWidget SYSTEM "xml/glade-widget.xml">
<!ENTITY GladeFixed SYSTEM "xml/glade-fixed.xml">
<!ENTITY GladeBaseEditor SYSTEM "xml/glade-base-editor.xml">
<!ENTITY version SYSTEM "version.xml">
]>
<book id="index">
  <bookinfo>
    <title>Glade UI Builder Reference Manual</title>
    <abstract>
      <para>This document attempts to describe how to use the Glade UI Builder core
      library to integrate Glade into your application and how to integrate your
      custom (GTK+ based) widget toolkit into the Glade UI Builder.</para>

      <para>You can always get the latest version of this document here (XXX linkme) 
      and you should have received a copy with the glade-3 tarball.</para>
    </abstract>
    <releaseinfo>for &version;</releaseinfo>
    <authorgroup>
      <author>
	<firstname>Tristan</firstname>
	<surname>Van Berkom</surname>
      </author>
    </authorgroup>

  </bookinfo>

  <part id="catalog">
    <title>Adding your custom widgets</title>
    &CatalogIntro;
    &WidgetClasses;
    &Properties;
    &Children;
  </part>

  <part id="core">
    <title>Glade Core</title>
    &GladeApp;
    &GladeProject;
    &GladeWidget;
    &GladeFixed;
    &GladeProperty;
    &GladeWidgetAdaptor;
    &GladePropertyClass;
    &GladeCommand;
    &GladeClipboard;
    &GladeBaseEditor;
    &GladePlaceholder;
  </part>

  <part id="dockables">
    <title>Dockable Glade UI Widgets</title>
    &GladeEditor;
    &GladeEditorProperty;
    &GladePalette;
    &GladeClipboardView;
    &GladeInspector;
    &GladeSignalEditor;
  </part>

  <part id="misc">
    <title>Miscellaneous utilities</title>
    &GladeParameter;
    &GladeUtils;
  </part>

  <index>
    <title>Index</title>
  </index>
</book>