~ubuntu-branches/ubuntu/lucid/libx11/lucid

« back to all changes in this revision

Viewing changes to man/xkb/XkbSetDeviceButtonActions.man

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-12-04 11:43:54 UTC
  • mfrom: (1.1.10 upstream) (2.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091204114354-0lik4mbb1bv1a8nw
Tags: 2:1.3.2-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add 100_latin_locale_alias.diff (LP 379785)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
.\" or other dealings in this Software without prior written authorization
28
28
.\" of the copyright holder.
29
29
.\"
30
 
.TH XkbSetDeviceButtonActions 3Xkb "Release 6.1" "X Version 11" "XKBLIB FUNCTION"
 
30
.TH XkbSetDeviceButtonActions __libmansuffix__ __xorgversion__ "XKB FUNCTIONS"
31
31
.SH NAME
32
32
XkbSetDeviceButtonActions \- Change only the button actions for an input extension device
33
33
.SH SYNTAX
 
34
.HP
34
35
.B Bool XkbSetDeviceButtonActions
35
 
(
36
 
.I dpy,
37
 
.I device,
38
 
.I first_button,
39
 
.I num_buttons,
40
 
.I actions
41
 
)
42
 
.br
43
 
      Display * \fIdpy\fP\^;
44
 
.br
45
 
      XkbDeviceInfoPtr \fIdevice\fP\^;
46
 
.br
47
 
      unsigned int \fIfirst_button\fP\^;
48
 
.br
49
 
      unsigned int \fInum_buttons\fP\^;
50
 
.br
51
 
      *** MISSING *** \fIactions\fP\^;
 
36
.BI "(\^Display *" "dpy" "\^,"
 
37
.BI "XkbDeviceInfoPtr " "device" "\^,"
 
38
.BI "unsigned int " "first_button" "\^,"
 
39
.BI "unsigned int " "num_buttons" "\^);"
52
40
.if n .ti +5n
53
41
.if t .ti +.5i
54
42
.SH ARGUMENTS
64
52
.TP
65
53
.I \- num_buttons
66
54
number of buttons to update
67
 
.TP
68
 
.I \- actions
69
 
*** MISSING ***
70
55
.SH DESCRIPTION
71
56
.LP
72
57
.I XkbSetDeviceButtonActions