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

« back to all changes in this revision

Viewing changes to man/xkb/XkbKeyGroupWidth.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:
34
34
for the key corresponding to 
35
35
.I keycode
36
36
.SH SYNOPSIS
37
 
.B int XkbKeyGroupWidth macro
38
 
(
39
 
.I xkb,
40
 
.I keycode,
41
 
.I grp
42
 
)
43
 
.br
44
 
      XkbDescPtr \fIxkb\fP\^;
45
 
.br
46
 
      KeyCode \fIkeycode\fP\^;
47
 
.br
48
 
      int \fIgrp\fP\^;
 
37
.HP
 
38
.B int XkbKeyGroupWidth
 
39
.BI "(\^XkbDescPtr " "xkb" "\^,"
 
40
.BI "KeyCode " "keycode" "\^,"
 
41
.BI "int " "grp" "\^);"
49
42
.if n .ti +5n
50
43
.if t .ti +.5i
51
44
.SH ARGUMENTS