File: libgrip-docs.sgml

package info (click to toggle)
libgrip 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,776 kB
  • ctags: 395
  • sloc: sh: 11,451; ansic: 1,392; makefile: 184; python: 21
file content (52 lines) | stat: -rw-r--r-- 1,830 bytes parent folder | download
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
<?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'">
]>
<book id="index">
  <bookinfo>
    <title>libgrip Reference Manual</title>
    <releaseinfo>
      for grip 0.3.8.
    </releaseinfo>
  </bookinfo>

  <chapter id="libgrip">
    <title>libgrip Overview</title>
    <para>
      The libgrip library provides multi-touch and gesture events to GTK widgets.
    </para>

    <para>
      The libgrip library provides a singleton GripGestureManager that maintains
      a connection to the gesture recognizer.  Any widgets interested in acting
      on gestures must register one or more callback functions with the
      GripGestureManager, one per gesture primitive.  The widgets will receive
      data describing the ongoing state of gestures as they occur, and must take
      appropriate action in the callback function.
    </para>
  </chapter>

  <chapter id="libgrip-api">
    <title>Programming Interface</title>
    <xi:include href="xml/GripGestureManager.xml"/>
    <xi:include href="xml/GripGestureEvents.xml"/>
    <xi:include href="xml/GripInputDevice.xml"/>
  </chapter>

  <chapter id="object-tree">
    <title>Object Hierarchy</title>
     <xi:include href="xml/tree_index.sgml"/>
  </chapter>
  <index id="api-index-full">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  <index id="deprecated-api-index" role="deprecated">
    <title>Index of deprecated API</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>

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