5479 Need missing *at family manual pages
[illumos-gate.git] / usr / src / man / man3lib / libform.3lib
blob801a3b1b7b2f80ebd618891d889403538def928a
1 '\" te
2 .\" Copyright (c) 2003, Sun Microsystems, Inc.  All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBFORM 3LIB "May 22, 2003"
7 .SH NAME
8 libform \- forms library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lform\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 Functions in this library provide forms using \fBlibcurses\fR(3LIB) routines.
19 .SH INTERFACES
20 .sp
21 .LP
22 The shared object \fBlibform.so.1\fR provides the public interfaces defined
23 below. See \fBIntro\fR(3) for additional information on shared object
24 interfaces.
25 .sp
27 .sp
28 .TS
29 l l
30 l l .
31 \fBcurrent_field\fR     \fBdata_ahead\fR
32 \fBdata_behind\fR       \fBdup_field\fR
33 \fBdynamic_field_info\fR        \fBfield_arg\fR
34 \fBfield_back\fR        \fBfield_buffer\fR
35 \fBfield_count\fR       \fBfield_fore\fR
36 \fBfield_index\fR       \fBfield_info\fR
37 \fBfield_init\fR        \fBfield_just\fR
38 \fBfield_opts\fR        \fBfield_opts_off\fR
39 \fBfield_opts_on\fR     \fBfield_pad\fR
40 \fBfield_status\fR      \fBfield_term\fR
41 \fBfield_type\fR        \fBfield_userptr\fR
42 \fBform_driver\fR       \fBform_fields\fR
43 \fBform_init\fR \fBform_opts\fR
44 \fBform_opts_off\fR     \fBform_opts_on\fR
45 \fBform_page\fR \fBform_sub\fR
46 \fBform_term\fR \fBform_userptr\fR
47 \fBform_win\fR  \fBfree_field\fR
48 \fBfree_fieldtype\fR    \fBfree_form\fR
49 \fBlink_field\fR        \fBlink_fieldtype\fR
50 \fBmove_field\fR        \fBnew_field\fR
51 \fBnew_fieldtype\fR     \fBnew_form\fR
52 \fBnew_page\fR  \fBpos_form_cursor\fR
53 \fBpost_form\fR \fBscale_form\fR
54 \fBset_current_field\fR \fBset_field_back\fR
55 \fBset_field_buffer\fR  \fBset_field_fore\fR
56 \fBset_field_init\fR    \fBset_field_just\fR
57 \fBset_field_opts\fR    \fBset_field_pad\fR
58 \fBset_field_status\fR  \fBset_field_term\fR
59 \fBset_field_type\fR    \fBset_field_userptr\fR
60 \fBset_fieldtype_arg\fR \fBset_fieldtype_choice\fR
61 \fBset_form_fields\fR   \fBset_form_init\fR
62 \fBset_form_opts\fR     \fBset_form_page\fR
63 \fBset_form_sub\fR      \fBset_form_term\fR
64 \fBset_form_userptr\fR  \fBset_form_win\fR
65 \fBset_max_field\fR     \fBset_new_page\fR
66 \fBunpost_form\fR       
67 .TE
69 .SH FILES
70 .sp
71 .ne 2
72 .na
73 \fB\fB/usr/lib/libform.so.1\fR\fR
74 .ad
75 .RS 28n
76 shared object
77 .RE
79 .sp
80 .ne 2
81 .na
82 \fB\fB/usr/lib/64/libform.so.1\fR\fR
83 .ad
84 .RS 28n
85 64-bit shared object
86 .RE
88 .SH ATTRIBUTES
89 .sp
90 .LP
91 See \fBattributes\fR(5) for descriptions of the following attributes:
92 .sp
94 .sp
95 .TS
96 box;
97 c | c
98 l | l .
99 ATTRIBUTE TYPE  ATTRIBUTE VALUE
101 MT-Level        Unsafe
104 .SH SEE ALSO
107 \fBIntro\fR(3), \fBlibcurses\fR(3LIB), \fBattributes\fR(5)