~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to man/form_field_just.3x

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"***************************************************************************
3
 
.\" Copyright (c) 1998-2002,2003 Free Software Foundation, Inc.              *
 
3
.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc.              *
4
4
.\"                                                                          *
5
5
.\" Permission is hereby granted, free of charge, to any person obtaining a  *
6
6
.\" copy of this software and associated documentation files (the            *
27
27
.\" authorization.                                                           *
28
28
.\"***************************************************************************
29
29
.\"
30
 
.\" $Id: form_field_just.3x,v 1.7 2003/05/10 20:33:49 jmc Exp $
 
30
.\" $Id: form_field_just.3x,v 1.9 2006/11/04 17:12:00 tom Exp $
31
31
.TH form_field_just 3X ""
32
32
.SH NAME
33
33
\fBform_field_just\fR - retrieve field characteristics
43
43
a field; \fBfield_just\fR returns a field's justification attribute.
44
44
The attribute may be one of NO_JUSTIFICATION, JUSTIFY_RIGHT,
45
45
JUSTIFY_LEFT, or JUSTIFY_CENTER.
46
 
 
 
46
.
47
47
.SH RETURN VALUE
48
48
The function \fBfield_just\fR returns one of: NO_JUSTIFICATION,
49
49
JUSTIFY_RIGHT, JUSTIFY_LEFT, or JUSTIFY_CENTER.
50
 
 
 
50
.PP
51
51
The function \fBset_field_just\fR returns one of the following:
52
52
.TP 5
53
 
\fBE_OK\fR
 
53
.B E_OK
54
54
The routine succeeded.
55
55
.TP 5
56
 
\fBE_SYSTEM_ERROR\fR
 
56
.B E_SYSTEM_ERROR
57
57
System error occurred (see \fBerrno\fR).
58
58
.TP 5
59
 
\fBE_BAD_ARGUMENT\fR
 
59
.B E_BAD_ARGUMENT
60
60
Routine detected an incorrect or out-of-range argument.
61
61
.SH SEE ALSO
62
62
\fBcurses\fR(3X) and related pages whose names begin "form_" for detailed