[gtk+] Add a skeleton for an input handling overview document



commit 3263b963e63c4f3a374ffe060ee3ca580d43f6da
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue May 20 10:10:31 2014 -0400

    Add a skeleton for an input handling overview document
    
    Not integrated in the docs yet, since there's no content.

 docs/reference/gtk/input-handling.xml |   51 +++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gtk/input-handling.xml b/docs/reference/gtk/input-handling.xml
new file mode 100644
index 0000000..45e50b0
--- /dev/null
+++ b/docs/reference/gtk/input-handling.xml
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"; [
+]>
+<refentry id="chap-input-handling">
+<refmeta>
+<refentrytitle>The GTK+ Input Handling Model</refentrytitle>
+<manvolnum>3</manvolnum>
+<refmiscinfo>GTK Library</refmiscinfo>
+</refmeta>
+
+<refnamediv>
+<refname>The GTK+ Input Handling Model</refname>
+<refpurpose>
+    GTK+ input handling in detail
+</refpurpose>
+</refnamediv>
+
+
+  <refsect1 id="input-overview">
+    <title>Overview of GTK+ input handling</title>
+
+  <refsect2>
+    <title>Devices and events</title>
+
+    <!-- input devices: master/slave, keyboard/pointer/touch -->
+    <!-- input events: button, touch, key, motion, etc -->
+  </refsect2>
+
+  <refsect2>
+    <title>Event propagation</title>
+
+    <!-- capture/bubble, event handler chain, event controllers -->
+    <!-- grabs -->
+  </refsect2>
+
+  <refsect2>
+    <title>Keyboard input</title>
+
+    <!-- focus, tab, directional navigation -->
+    <!-- mnemonics, accelerators, bindings -->
+  </refsect2>
+
+  <refsect2>
+    <title>Gestures</title>
+
+    <!-- touch sequences, states, anything else -->
+  </refsect2>
+
+  </refsect1>
+</refentry>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]