8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3lib / libpanel.3lib
blobf7605ad1f213cc7e199905d78ffd4a8f701f0f34
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 LIBPANEL 3LIB "May 22, 2003"
7 .SH NAME
8 libpanel \- panels library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lpanel\fR [ \fIlibrary\fR... ]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 Functions in this library provide panels using \fBlibcurses\fR(3LIB) routines.
19 .SH INTERFACES
20 .sp
21 .LP
22 The shared object \fBlibpanel.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 \fBbottom_panel\fR      \fBdel_panel\fR
32 \fBhide_panel\fR        \fBmove_panel\fR
33 \fBnew_panel\fR \fBpanel_above\fR
34 \fBpanel_below\fR       \fBpanel_hidden\fR
35 \fBpanel_userptr\fR     \fBpanel_window\fR
36 \fBreplace_panel\fR     \fBset_panel_userptr\fR
37 \fBshow_panel\fR        \fBtop_panel\fR
38 \fBupdate_panels\fR     
39 .TE
41 .SH FILES
42 .sp
43 .ne 2
44 .na
45 \fB\fB/usr/lib/libpanel.so.1\fR\fR
46 .ad
47 .RS 29n
48 shared object
49 .RE
51 .sp
52 .ne 2
53 .na
54 \fB\fB/usr/lib/64/libpanel.so.1\fR\fR
55 .ad
56 .RS 29n
57 64-bit shared object
58 .RE
60 .SH ATTRIBUTES
61 .sp
62 .LP
63 See \fBattributes\fR(5) for descriptions of the following attributes:
64 .sp
66 .sp
67 .TS
68 box;
69 c | c
70 l | l .
71 ATTRIBUTE TYPE  ATTRIBUTE VALUE
73 MT-Level        Unsafe
74 .TE
76 .SH SEE ALSO
77 .sp
78 .LP
79 \fBIntro\fR(3), \fBlibcurses\fR(3LIB), \fBattributes\fR(5)