~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkinputdialog.sgml

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
GtkInputDialog
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
Configure devices for the XInput extension
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
 
9
 
<para>
10
 
#GtkInputDialog displays a dialog which allows the user
11
 
to configure XInput extension devices. For each
12
 
device, they can control the mode of the device
13
 
(disabled, screen-relative, or window-relative), 
14
 
the mapping of axes to coordinates, and the
15
 
mapping of the devices macro keys to key press
16
 
events.
17
 
</para>
18
 
<para>
19
 
#GtkInputDialog contains two buttons to which
20
 
the application can connect; one for closing
21
 
the dialog, and one for saving the changes.
22
 
No actions are bound to these by default.
23
 
The changes that the user makes take effect
24
 
immediately. 
25
 
</para>
26
 
<para>
27
 
As of GTK+ 2.20, #GtkInputDialog has been deprecated since it is too specialized.
28
 
</para>
29
 
 
30
 
<!-- ##### SECTION See_Also ##### -->
31
 
<para>
32
 
 
33
 
</para>
34
 
 
35
 
<!-- ##### SECTION Stability_Level ##### -->
36
 
 
37
 
 
38
 
<!-- ##### SECTION Image ##### -->
39
 
 
40
 
 
41
 
<!-- ##### STRUCT GtkInputDialog ##### -->
42
 
<para>
43
 
</para>
44
 
 
45
 
 
46
 
<!-- ##### SIGNAL GtkInputDialog::disable-device ##### -->
47
 
<para>
48
 
This signal is emitted when the user changes the 
49
 
mode of a device from a #GDK_MODE_SCREEN or #GDK_MODE_WINDOW
50
 
to #GDK_MODE_ENABLED.
51
 
</para>
52
 
 
53
 
@inputdialog: the object which received the signal.
54
 
@deviceid: The ID of the newly disabled device.
55
 
<!-- # Unused Parameters # -->
56
 
@Deprecated: 2.20: Don't use this widget anymore.
57
 
 
58
 
<!-- ##### SIGNAL GtkInputDialog::enable-device ##### -->
59
 
<para>
60
 
This signal is emitted when the user changes the 
61
 
mode of a device from #GDK_MODE_DISABLED to a 
62
 
#GDK_MODE_SCREEN or #GDK_MODE_WINDOW.
63
 
</para>
64
 
 
65
 
@inputdialog: the object which received the signal.
66
 
@deviceid: The ID of the newly enabled device.
67
 
<!-- # Unused Parameters # -->
68
 
@Deprecated: 2.20: Don't use this widget anymore.
69
 
 
70
 
<!-- ##### FUNCTION gtk_input_dialog_new ##### -->
71
 
<para>
72
 
Creates a new #GtkInputDialog.
73
 
</para>
74
 
 
75
 
@void: 
76
 
@Returns: the new #GtkInputDialog.
77
 
@Deprecated: 2.20: Don't use this widget anymore.
78
 
 
79