Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xkbcomputeshapetop(3) [centos man page]

XkbComputeShapeTop(3)						   XKB FUNCTIONS					     XkbComputeShapeTop(3)

NAME
XkbComputeShapeTop - Determines the bounding box of the top surface of a shape SYNOPSIS
Bool XkbComputeShapeTop (XkbShapePtr shape, XkbBoundsPtr bounds_rtrn); ARGUMENTS
- shape shape to be examined - bounds_rtrn backfilled with the bounding box for the shape DESCRIPTION
Xkb provides a number of convenience functions to help use a keyboard geometry. These include functions to return the bounding box of a shape's top surface and to update the bounding box of a shape row or section. A shape is made up of a number of outlines. Each outline is a polygon made up of a number of points. The bounding box of a shape is a rec- tangle that contains all the outlines of that shape. XkbComputeShapeTop returns a BoundsRec that contains two x and y coordinates. These coordinates describe the corners of a rectangle that contains the outline that describes the top surface of the shape. The top surface is defined to be the approximating outline if the approx field of shape is not NULL. If approx is NULL, the top surface is defined as the last outline in the shape's array of outlines. XkbCom- puteShapeTop returns False if shape is NULL or if there are no outlines for the shape; otherwise, it returns True. STRUCTURES
typedef struct _XkbBounds { short x1,y1; /* upper left corner of the bounds, in mm/10 */ short x2,y2; /* lower right corner of the bounds, in mm/10 */ } XkbBoundsRec, *XkbBoundsPtr; X Version 11 libX11 1.6.0 XkbComputeShapeTop(3)

Check Out this Related Man Page

XkbComputeShapeTop(3)						   XKB FUNCTIONS					     XkbComputeShapeTop(3)

NAME
XkbComputeShapeTop - Determines the bounding box of the top surface of a shape SYNOPSIS
Bool XkbComputeShapeTop ( shape, bounds_rtrn ) XkbShapePtr shape; XkbBoundsPtr bounds_rtrn; ARGUMENTS
- shape shape to be examined - bounds_rtrn backfilled with the bounding box for the shape DESCRIPTION
Xkb provides a number of convenience functions to help use a keyboard geometry. These include functions to return the bounding box of a shape's top surface and to update the bounding box of a shape row or section. A shape is made up of a number of outlines. Each outline is a polygon made up of a number of points. The bounding box of a shape is a rec- tangle that contains all the outlines of that shape. XkbComputeShapeTop returns a BoundsRec that contains two x and y coordinates. These coordinates describe the corners of a rectangle that contains the outline that describes the top surface of the shape. The top surface is defined to be the approximating outline if the approx field of shape is not NULL. If approx is NULL, the top surface is defined as the last outline in the shape's array of outlines. XkbCom- puteShapeTop returns False if shape is NULL or if there are no outlines for the shape; otherwise, it returns True. STRUCTURES
typedef struct _XkbBounds { short x1,y1; /* upper left corner of the bounds, in mm/10 */ short x2,y2; /* lower right corner of the bounds, in mm/10 */ } XkbBoundsRec, *XkbBoundsPtr; X Version 11 libX11 1.2.1 XkbComputeShapeTop(3)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

V shape

Hi, Im new to UNIX and figured I should sign up to this board to get some help. I was wondering if someone can help me out with a CShell script. Im trying to get it to display a V shape of the word school. Using a while loop i.e S S C C H H OO L (1 Reply)
Discussion started by: SilverFang
1 Replies

2. Programming

format problem

hey everyone, Im making a program that prints different patterns using * like this: * *** ***** ******* ***** *** * i am letting the user decide what the number of rows can be, i want the shape to appear on the left (60 spaces from the right) if it is even and on... (5 Replies)
Discussion started by: bebop1111116
5 Replies

3. UNIX for Advanced & Expert Users

fetchmail with multidrop & mailing lists

At the moment we as using fetchmail (SLES9, 6.2.5) to pick up our emails (for approx 200 users) from our multidrop box. Everything works fine as long as the receivers address is in the TO: header. for example To: <firstname.lastname@to_domain.tld> Our problem is that when users are on a... (0 Replies)
Discussion started by: frieling
0 Replies

4. HP-UX

Shortlived Process Don't Appear in 'top' or 'ps'

We are running a field specific middle tier application server on HP-UX. We've recently been experiencing performance problems with it and the database back end (Oracle on a separate HP-UX box). We resolved a few issues on the DB server (some kernel parameters to free up RAM that was extremely... (5 Replies)
Discussion started by: deckard
5 Replies

5. Solaris

How to make man outputs in English look in good shape?

Hi, My question is how to make man outputs in English look in good shape. I use OpenSolais with a locale setting "LANG=ja_JP.UTF-8". Under this circumstance running "man something" shows Japanese translated man pages, but I need to read original English man explanations occasionally. "LANG=C... (2 Replies)
Discussion started by: fragile_it
2 Replies