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

« back to all changes in this revision

Viewing changes to man/form_new_page.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 Free Software Foundation, Inc.                   *
 
3
.\" Copyright (c) 1998-2002,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_new_page.3x,v 1.6 2002/01/19 22:48:51 tom Exp $
 
30
.\" $Id: form_new_page.3x,v 1.8 2006/11/04 17:12:00 tom Exp $
31
31
.TH form_new_page 3X ""
32
32
.SH NAME
33
33
\fBform_new_page\fR - form pagination functions
41
41
.SH DESCRIPTION
42
42
The function \fBset_new_page\fR sets or resets a flag marking the given field
43
43
as the beginning of a new page on its form.
44
 
 
 
44
.PP
45
45
The function \fBnew_page\fR is a predicate which tests if a given field marks
46
46
a page beginning on its form.
47
47
.SH RETURN VALUE
48
48
The function \fBnew_page\fR returns \fBTRUE\fR or \fBFALSE\fR.
49
 
 
 
49
.PP
50
50
The function \fBset_new_page\fR return one of the following:
51
51
.TP 5
52
 
\fBE_OK\fR
 
52
.B E_OK
53
53
The routine succeeded.
54
54
.TP 5
55
 
\fBE_SYSTEM_ERROR\fR
 
55
.B E_SYSTEM_ERROR
56
56
System error occurred (see \fBerrno\fR).
57
57
.TP 5
58
 
\fBE_CONNECTED\fR
 
58
.B E_CONNECTED
59
59
The given field is already connected to a form.
60
60
.SH SEE ALSO
61
61
\fBcurses\fR(3X) and related pages whose names begin "form_" for detailed