~ubuntu-branches/ubuntu/raring/gtk+2.0/raring-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gdk/html/gdk-Input-Devices.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-06 22:03:26 UTC
  • mfrom: (1.14.12)
  • Revision ID: package-import@ubuntu.com-20120206220326-10d7cnkpdpbi9iox
Tags: 2.24.10-0ubuntu1
* New upstream version, dropped patches included in the new version
* debian/patches/090_logging_file_saves.patch:
  - improve the logging of saved filed, thanks Siegfried Gevatter 
    (lp: #920961)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="reference.html" title="API Reference">
9
9
<link rel="prev" href="gdk-Input.html" title="Input">
10
10
<link rel="next" href="gdk-Pango-Interaction.html" title="Pango Interaction">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
47
47
struct              <a class="link" href="gdk-Input-Devices.html#GdkDeviceAxis" title="struct GdkDeviceAxis">GdkDeviceAxis</a>;
48
48
enum                <a class="link" href="gdk-Input-Devices.html#GdkAxisUse" title="enum GdkAxisUse">GdkAxisUse</a>;
49
49
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="gdk-Input-Devices.html#gdk-devices-list" title="gdk_devices_list ()">gdk_devices_list</a>                    (<em class="parameter"><code><span class="type">void</span></code></em>);
50
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *          <a class="link" href="gdk-Input-Devices.html#gdk-device-get-name" title="gdk_device_get_name ()">gdk_device_get_name</a>              (<em class="parameter"><code><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);
 
50
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="gdk-Input-Devices.html#gdk-device-get-name" title="gdk_device_get_name ()">gdk_device_get_name</a>                 (<em class="parameter"><code><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);
51
51
<span class="returnvalue">void</span>                <a class="link" href="gdk-Input-Devices.html#gdk-device-set-source" title="gdk_device_set_source ()">gdk_device_set_source</a>               (<em class="parameter"><code><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>,
52
52
                                                         <em class="parameter"><code><a class="link" href="gdk-Input-Devices.html#GdkInputSource" title="enum GdkInputSource"><span class="type">GdkInputSource</span></a> source</code></em>);
53
53
<a class="link" href="gdk-Input-Devices.html#GdkInputSource" title="enum GdkInputSource"><span class="returnvalue">GdkInputSource</span></a>      <a class="link" href="gdk-Input-Devices.html#gdk-device-get-source" title="gdk_device_get_source ()">gdk_device_get_source</a>               (<em class="parameter"><code><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);
109
109
Because handling extended input devices may involve considerable
110
110
overhead, they need to be turned on for each <a class="link" href="gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>
111
111
individually using <a class="link" href="gdk-Input-Devices.html#gdk-input-set-extension-events" title="gdk_input_set_extension_events ()"><code class="function">gdk_input_set_extension_events()</code></a>.
112
 
(Or, more typically, for GtkWidgets, using <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html#gtk-widget-set-extension-events"><code class="function">gtk_widget_set_extension_events()</code></a>).
 
112
(Or, more typically, for GtkWidgets, using <code class="function">gtk_widget_set_extension_events()</code>).
113
113
As an additional complication, depending on the support from
114
114
the windowing system, its possible that a normal mouse
115
115
cursor will not be displayed for a particular extension
208
208
<hr>
209
209
<div class="refsect2">
210
210
<a name="GdkInputSource"></a><h3>enum GdkInputSource</h3>
211
 
<pre class="programlisting">typedef enum
212
 
{
 
211
<pre class="programlisting">typedef enum {
213
212
  GDK_SOURCE_MOUSE,
214
213
  GDK_SOURCE_PEN,
215
214
  GDK_SOURCE_ERASER,
251
250
<hr>
252
251
<div class="refsect2">
253
252
<a name="GdkInputMode"></a><h3>enum GdkInputMode</h3>
254
 
<pre class="programlisting">typedef enum
255
 
{
 
253
<pre class="programlisting">typedef enum {
256
254
  GDK_MODE_DISABLED,
257
255
  GDK_MODE_SCREEN,
258
256
  GDK_MODE_WINDOW
348
346
<hr>
349
347
<div class="refsect2">
350
348
<a name="GdkAxisUse"></a><h3>enum GdkAxisUse</h3>
351
 
<pre class="programlisting">typedef enum
352
 
{
 
349
<pre class="programlisting">typedef enum {
353
350
  GDK_AXIS_IGNORE,
354
351
  GDK_AXIS_X,
355
352
  GDK_AXIS_Y,
431
428
<hr>
432
429
<div class="refsect2">
433
430
<a name="gdk-device-get-name"></a><h3>gdk_device_get_name ()</h3>
434
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *          gdk_device_get_name              (<em class="parameter"><code><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
 
431
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       gdk_device_get_name                 (<em class="parameter"><code><a class="link" href="gdk-Input-Devices.html#GdkDevice" title="struct GdkDevice"><span class="type">GdkDevice</span></a> *device</code></em>);</pre>
435
432
<p>
436
433
Determines the name of the device.
437
434
</p>
922
919
<hr>
923
920
<div class="refsect2">
924
921
<a name="GdkExtensionMode"></a><h3>enum GdkExtensionMode</h3>
925
 
<pre class="programlisting">typedef enum
926
 
{
 
922
<pre class="programlisting">typedef enum {
927
923
  GDK_EXTENSION_EVENTS_NONE,
928
924
  GDK_EXTENSION_EVENTS_ALL,
929
925
  GDK_EXTENSION_EVENTS_CURSOR
959
955
</div>
960
956
<div class="footer">
961
957
<hr>
962
 
          Generated by GTK-Doc V1.17</div>
 
958
          Generated by GTK-Doc V1.18</div>
963
959
</body>
964
960
</html>
 
 
b'\\ No newline at end of file'