File: libgimp-docs.sgml

package info (click to toggle)
gimp 2.8.18-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 153,908 kB
  • sloc: ansic: 704,570; makefile: 10,969; lisp: 10,839; sh: 4,430; python: 3,793; perl: 3,411; xml: 1,307; yacc: 588; lex: 342
file content (149 lines) | stat: -rw-r--r-- 5,891 bytes parent folder | download | duplicates (4)
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">

  <bookinfo>
    <title>GIMP Library Reference Manual</title>
    <releaseinfo>
      for GIMP <xi:include href="version" parse="text"/>
    </releaseinfo>
  </bookinfo>

  <part id="libgimp">
    <title>GIMP Library</title>

    <partintro id="libgimp-introduction">
      <para>
	GIMP's Procedural Database (PDB) offers an interface to core
	functions and to functionality provided by plug-ins. The role
	of libgimp is to provide C bindings for this interface.
      </para>
    </partintro>

    <chapter id="libgimp-general">
      <title>Functions not Related to Specific Images</title>
      <xi:include href="xml/gimp.xml" />
      <xi:include href="xml/gimpenums.xml" />
      <xi:include href="xml/gimpbuffer.xml" />
      <xi:include href="xml/gimpcontext.xml" />
      <xi:include href="xml/gimpgimprc.xml" />
      <xi:include href="xml/gimphelp.xml" />
      <xi:include href="xml/gimpmessage.xml" />
      <xi:include href="xml/gimpplugin.xml" />
      <xi:include href="xml/gimpproceduraldb.xml" />
      <xi:include href="xml/gimpprogress.xml" />
    </chapter>

    <chapter id="libgimp-image">
      <title>Manupulating Images and their Properties</title>
      <xi:include href="xml/gimpchannel.xml" />
      <xi:include href="xml/gimpcolor.xml" />
      <xi:include href="xml/gimpconvert.xml" />
      <xi:include href="xml/gimpdisplay.xml" />
      <xi:include href="xml/gimpdrawable.xml" />
      <xi:include href="xml/gimpdrawabletransform.xml" />
      <xi:include href="xml/gimpedit.xml" />
      <xi:include href="xml/gimpfileops.xml" />
      <xi:include href="xml/gimpfloatingsel.xml" />
      <xi:include href="xml/gimpgrid.xml" />
      <xi:include href="xml/gimpguides.xml" />
      <xi:include href="xml/gimpimage.xml" />
      <xi:include href="xml/gimpimageselect.xml" />
      <xi:include href="xml/gimpitem.xml" />
      <xi:include href="xml/gimpitemtransform.xml" />
      <xi:include href="xml/gimplayer.xml" />
      <xi:include href="xml/gimppaths.xml" />
      <xi:include href="xml/gimppixbuf.xml" />
      <xi:include href="xml/gimppixelfetcher.xml" />
      <xi:include href="xml/gimppixelrgn.xml" />
      <xi:include href="xml/gimpregioniterator.xml" />
      <xi:include href="xml/gimpselection.xml" />
      <xi:include href="xml/gimptextlayer.xml" />
      <xi:include href="xml/gimptexttool.xml" />
      <xi:include href="xml/gimptile.xml" />
      <xi:include href="xml/gimppainttools.xml" />
      <xi:include href="xml/gimpselectiontools.xml" />
      <xi:include href="xml/gimptransformtools.xml" />
      <xi:include href="xml/gimpundo.xml" />
      <xi:include href="xml/gimpvectors.xml" />
    </chapter>

    <chapter id="libgimp-data">
      <title>Data Objects</title>
      <xi:include href="xml/gimpbrush.xml" />
      <xi:include href="xml/gimpbrushes.xml" />
      <xi:include href="xml/gimpdynamics.xml" />
      <xi:include href="xml/gimpfonts.xml" />
      <xi:include href="xml/gimpgradient.xml" />
      <xi:include href="xml/gimpgradients.xml" />
      <xi:include href="xml/gimppalette.xml" />
      <xi:include href="xml/gimppalettes.xml" />
      <xi:include href="xml/gimppattern.xml" />
      <xi:include href="xml/gimppatterns.xml" />
    </chapter>

    <chapter id="libgimp-selectors">
      <title>Controlling the Core's Selection Dialogs</title>
      <xi:include href="xml/gimpselectbutton.xml" />
      <xi:include href="xml/gimpbrushselectbutton.xml" />
      <xi:include href="xml/gimpfontselectbutton.xml" />
      <xi:include href="xml/gimpgradientselectbutton.xml" />
      <xi:include href="xml/gimppaletteselectbutton.xml" />
      <xi:include href="xml/gimppatternselectbutton.xml" />

      <xi:include href="xml/gimpbrushselect.xml" />
      <xi:include href="xml/gimpfontselect.xml" />
      <xi:include href="xml/gimpgradientselect.xml" />
      <xi:include href="xml/gimppaletteselect.xml" />
      <xi:include href="xml/gimppatternselect.xml" />
    </chapter>
  </part>

  <part id="libgimpui">
    <title>GIMP User Interface Library</title>

    <chapter id="libgimpui-hierarchy">
      <title>Object Hierarchy</title>
      <xi:include href="xml/tree_index.sgml" />
    </chapter>    

    <xi:include href="xml/gimpui.xml" />
    <xi:include href="xml/gimpexport.xml" />
    <xi:include href="xml/gimpdrawablepreview.xml" />
    <xi:include href="xml/gimpaspectpreview.xml" />
    <xi:include href="xml/gimpzoompreview.xml" />
    <xi:include href="xml/gimpitemcombobox.xml" />
    <xi:include href="xml/gimpimagecombobox.xml" />
    <xi:include href="xml/gimpprogressbar.xml" />
    <xi:include href="xml/gimpmenu.xml" />
    <xi:include href="xml/gimpbrushmenu.xml" />
    <xi:include href="xml/gimpfontmenu.xml" />
    <xi:include href="xml/gimpgradientmenu.xml" />
    <xi:include href="xml/gimppalettemenu.xml" />
    <xi:include href="xml/gimppatternmenu.xml" />
    <xi:include href="xml/gimpprocbrowserdialog.xml" />
    <xi:include href="xml/gimpprocview.xml" />
  </part>

  <index id="libgimp-index">
    <title>Index</title>
  </index>
  <index role="GIMP 2.2" id="libgimp-index-new-in-2-2">
    <title>Index of new symbols in GIMP 2.2</title>
  </index>
  <index role="GIMP 2.4" id="libgimp-index-new-in-2-4">
    <title>Index of new symbols in GIMP 2.4</title>
  </index>
  <index role="GIMP 2.6" id="libgimp-index-new-in-2-6">
    <title>Index of new symbols in GIMP 2.6</title>
  </index>
  <index role="GIMP 2.8" id="libgimp-index-new-in-2-8">
    <title>Index of new symbols in GIMP 2.8</title>
  </index>
  <index role="deprecated" id="libgimp-index-deprecated">
    <title>Index of deprecated symbols</title>
  </index>

</book>