]> ncurses.scripts.mit.edu Git - ncurses.git/blob - Ada95/html/form_data.3x.html
ncurses 4.2
[ncurses.git] / Ada95 / html / form_data.3x.html
1 <HTML>
2 <BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
3 <PRE>
4        <STRONG>form_data</STRONG> -
5
6
7 </PRE>
8 <H2>SYNOPSIS</H2><PRE>
9        <STRONG>#include</STRONG> <STRONG>&lt;form.h&gt;</STRONG>
10        bool data_ahead(const FORM *form);
11        bool data_behind(const FORM *form);
12
13
14 </PRE>
15 <H2>DESCRIPTION</H2><PRE>
16        The  function <STRONG>data_ahead</STRONG> tests whether there is off-screen
17        data ahead in the given form.   It  returns  TRUE  (1)  or
18        FALSE (0).
19
20        The function <STRONG>data_behind</STRONG> tests whether there is off-screen
21        data behind in the given form.  It  returns  TRUE  (1)  or
22        FALSE (0).
23
24
25 </PRE>
26 <H2>SEE ALSO</H2><PRE>
27        <STRONG><A HREF="ncurses.3x.html">curses(3X)</A></STRONG>, <STRONG><A HREF="form.3x.html">form(3X)</A></STRONG>.
28
29
30 </PRE>
31 <H2>NOTES</H2><PRE>
32        The header file <STRONG>&lt;form.h&gt;</STRONG> automatically includes the header
33        file <STRONG>&lt;curses.h&gt;</STRONG>.
34
35
36 </PRE>
37 <H2>PORTABILITY</H2><PRE>
38        These routines emulate the System V forms  library.   They
39        were not supported on Version 7 or BSD versions.
40
41
42 </PRE>
43 <H2>AUTHORS</H2><PRE>
44        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
45        curses by Eric S. Raymond.
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68 </PRE>
69 </BODY>
70 </HTML>