File: libgimpwidgets-docs.sgml

package info (click to toggle)
gimp 2.2.13-1etch4
  • links: PTS
  • area: main
  • in suites: etch
  • size: 94,832 kB
  • ctags: 47,113
  • sloc: ansic: 524,858; xml: 36,798; lisp: 9,870; sh: 9,409; makefile: 7,923; python: 2,674; perl: 2,589; yacc: 520; lex: 334
file content (87 lines) | stat: -rw-r--r-- 3,080 bytes parent folder | download | duplicates (3)
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
<?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 Widgets Library Reference Manual</title>
    <releaseinfo>
      for GIMP <xi:include href="version" parse="text"/>
    </releaseinfo>
  </bookinfo>

  <part id="libgimpwidgets-widgets">
    <title>GIMP Widgets</title>

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

    <xi:include href="xml/gimpbutton.xml" />
    <xi:include href="xml/gimpchainbutton.xml" />
    <xi:include href="xml/gimpcolorarea.xml" />
    <xi:include href="xml/gimpcolorbutton.xml" />
    <xi:include href="xml/gimpcolorhexentry.xml" />
    <xi:include href="xml/gimpcolorscale.xml" />
    <xi:include href="xml/gimpcolorselection.xml" />
    <xi:include href="xml/gimpdialog.xml" />
    <xi:include href="xml/gimpfileentry.xml" />
    <xi:include href="xml/gimpframe.xml" />
    <xi:include href="xml/gimpintcombobox.xml" />
    <xi:include href="xml/gimpintstore.xml" />
    <xi:include href="xml/gimpmemsizeentry.xml" />
    <xi:include href="xml/gimpoffsetarea.xml" />
    <xi:include href="xml/gimppatheditor.xml" />
    <xi:include href="xml/gimppickbutton.xml" />
    <xi:include href="xml/gimppixmap.xml" />
    <xi:include href="xml/gimppreviewarea.xml" />
    <xi:include href="xml/gimppreview.xml" />
    <xi:include href="xml/gimpscrolledpreview.xml" />
    <xi:include href="xml/gimpunitmenu.xml" />
  </part>
  
    <chapter id="libgimpwidgets-cell-renderers">
      <title>Cell Renderers for GtkTreeView</title>
      <xi:include href="xml/gimpcellrenderercolor.xml" />
      <xi:include href="xml/gimpcellrenderertoggle.xml" />
    </chapter>

  <part id="libgimpwidgets-colordisplay">
    <title>GIMP Display Filters</title>
    <xi:include href="xml/gimpcolordisplay.xml" />
    <xi:include href="xml/gimpcolordisplaystack.xml" />
  </part>

  <part id="libgimpwidgets-colorselector">
    <title>GIMP Color Selectors</title>
    <xi:include href="xml/gimpcolorselector.xml" />
    <xi:include href="xml/gimpcolornotebook.xml" />
    <xi:include href="xml/gimpcolorscales.xml" />
    <xi:include href="xml/gimpcolorselect.xml" />
  </part>

  <part id="libgimpwidgets-controller">
    <title>GIMP Controllers</title>
    <para>
      Note that the controller API is work in progress.
    </para>
    <xi:include href="xml/gimpcontroller.xml" />
  </part>

  <part id="libgimpwidgets-utils">
    <title>GIMP Widgets Utilities</title>
    <xi:include href="xml/gimphelpui.xml" />
    <xi:include href="xml/gimpquerybox.xml" />
    <xi:include href="xml/gimpsizeentry.xml" />
    <xi:include href="xml/gimpstock.xml" />
    <xi:include href="xml/gimpwidgets.xml" />
  </part>

  <part id="libgimpwidgets-deprecated">
    <title>Deprecated API</title>
    <xi:include href="xml/gimpoldwidgets.xml" />
  </part>

</book>