Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man3curses/panel_new.3curses
Real path: /usr/share/man/man3curses/panel_new.3curses
Zurück
'\" te .\" Copyright (c) 1989, AT&T. All rights reserved. .\" Portions Copyright (c) 1996, Oracle and/or its affiliates. All rights reserved. .TH panel_new 3CURSES "31 Dec 1996" "Oracle Solaris 11.4" "Curses Library Functions" .SH NAME panel_new, new_panel, del_panel \- create and destroy panels .SH SYNOPSIS .LP .nf \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lpanel\fR \fB-lcurses\fR [ \fIlibrary\fR .. ] #include <panel.h> \fBPANEL *\fR\fBnew_panel\fR(\fBWINDOW *\fR\fIwin\fR); .fi .LP .nf \fBint\fR \fBdel_panel\fR(\fBPANEL *\fR\fIpanel\fR); .fi .SH DESCRIPTION .sp .LP \fBnew_panel()\fR creates a new panel associated with \fIwin\fR and returns the panel pointer. The new panel is placed on top of the panel deck. .sp .LP \fBdel_panel()\fR destroys \fIpanel\fR, but not its associated window. .SH RETURN VALUES .sp .LP \fBnew_panel()\fR returns \fINULL\fR if an error occurs. .sp .LP \fBdel_win()\fR returns \fBOK\fR if successful, \fBERR\fR otherwise. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ MT-Level Unsafe .TE .sp .SH SEE ALSO .sp .LP \fBcurses\fR(3CURSES), \fBpanel_update\fR(3CURSES), \fBpanels\fR(3CURSES), \fBattributes\fR(7) .SH NOTES .sp .LP The header \fB<panel.h>\fR automatically includes the header \fB<curses.h>\fR.