]> ncurses.scripts.mit.edu Git - ncurses.git/blob - doc/html/man/form_data.3x.html
ncurses 5.1
[ncurses.git] / doc / html / man / form_data.3x.html
1 <HTML>
2 <BODY>
3 <PRE>
4 <!-- Manpage converted by man2html 3.0.1 -->
5
6 </PRE>
7 <H2>NAME</H2><PRE>
8        <B>form_data</B> - test for off-screen data in given forms
9
10
11 </PRE>
12 <H2>SYNOPSIS</H2><PRE>
13        <B>#include</B> <B>&lt;form.h&gt;</B>
14        bool data_ahead(const FORM *form);
15        bool data_behind(const FORM *form);
16
17
18 </PRE>
19 <H2>DESCRIPTION</H2><PRE>
20        The  function <B>data_ahead</B> tests whether there is off-screen
21        data ahead in the given form.   It  returns  TRUE  (1)  or
22        FALSE (0).
23
24        The function <B>data_behind</B> tests whether there is off-screen
25        data behind in the given form.  It  returns  TRUE  (1)  or
26        FALSE (0).
27
28
29 </PRE>
30 <H2>SEE ALSO</H2><PRE>
31        <B><A HREF="ncurses.3x.html">curses(3x)</A></B>, <B><A HREF="form.3x.html">form(3x)</A></B>.
32
33
34 </PRE>
35 <H2>NOTES</H2><PRE>
36        The header file <B>&lt;form.h&gt;</B> automatically includes the header
37        file <B>&lt;curses.h&gt;</B>.
38
39
40 </PRE>
41 <H2>PORTABILITY</H2><PRE>
42        These routines emulate the System V forms  library.   They
43        were not supported on Version 7 or BSD versions.
44
45
46 </PRE>
47 <H2>AUTHORS</H2><PRE>
48        Juergen  Pfeifer.   Manual  pages  and  adaptation for new
49        curses by Eric S. Raymond.
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73 </PRE>
74 <HR>
75 <ADDRESS>
76 Man(1) output converted with
77 <a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
78 </ADDRESS>
79 </BODY>
80 </HTML>