Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

panel_new(3curses) [opensolaris man page]

panel_new(3CURSES)					     Curses Library Functions						panel_new(3CURSES)

NAME
panel_new, new_panel, del_panel - create and destroy panels SYNOPSIS
cc [ flag ... ] file ... -lpanel -lcurses [ library .. ] #include <panel.h> PANEL *new_panel(WINDOW *win); int del_panel(PANEL *panel); DESCRIPTION
new_panel() creates a new panel associated with win and returns the panel pointer. The new panel is placed on top of the panel deck. del_panel() destroys panel, but not its associated window. RETURN VALUES
new_panel() returns NULL if an error occurs. del_win() returns OK if successful, ERR otherwise. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
curses(3CURSES), panel_update(3CURSES), panels(3CURSES), attributes(5) NOTES
The header <panel.h> automatically includes the header <curses.h>. SunOS 5.11 31 Dec 1996 panel_new(3CURSES)

Check Out this Related Man Page

panel_new(3CURSES)					     Curses Library Functions						panel_new(3CURSES)

NAME
panel_new, new_panel, del_panel - create and destroy panels SYNOPSIS
cc [ flag ... ] file ... -lpanel -lcurses [ library .. ] #include <panel.h> PANEL *new_panel(WINDOW *win); int del_panel(PANEL *panel); DESCRIPTION
new_panel() creates a new panel associated with win and returns the panel pointer. The new panel is placed on top of the panel deck. del_panel() destroys panel, but not its associated window. RETURN VALUES
new_panel() returns NULL if an error occurs. del_win() returns OK if successful, ERR otherwise. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
curses(3CURSES), panel_update(3CURSES), panels(3CURSES), attributes(5) NOTES
The header <panel.h> automatically includes the header <curses.h>. SunOS 5.11 31 Dec 1996 panel_new(3CURSES)
Man Page

6 More Discussions You Might Find Interesting

1. AIX

alert signal in panel

hi experts, In my AIX p-series server, in the panel board, i saw the attention singal is glowing..... i dont know how to clear this from console/remotly..... please help me out. thanks in advance (3 Replies)
Discussion started by: rrlog
3 Replies

2. UNIX for Dummies Questions & Answers

Adding Applets to panel

This may sound simple, but its not! I have been making a few live-cds lately and have been customizing it using gconftool-2 --direct etc.... to change background, panel color etc... I have looked and looked but cannot find a way to add a applet to the top panel via command line, im sure there must... (0 Replies)
Discussion started by: dave123
0 Replies

3. UNIX for Advanced & Expert Users

Recommended Domain/Hosting Control Panels?

Looking for a recommendation - I'm looking for a reliable domain control panel (like cPanel) that is open source, and I can customize it do work into my work flow. Essentially, I need new users to be able to create a new account so that a) a new subdomain is created, or b) a full domain... (0 Replies)
Discussion started by: kettlewell
0 Replies

4. Red Hat

Gnome3 top panel

I installed fedora15, but it's panel is on the top. How to move it down to the bottom? (2 Replies)
Discussion started by: vistastar
2 Replies

5. Cybersecurity

How to jail a process?

Hello people, I'm creating a web game control panel, where people can manage their gameserver on a php made control panel. But i have no idea how to create an jailed inviroment for the gameserver, I've looked at possebilites for chroot, but i don't want the gameserver has any binaries of linux... (1 Reply)
Discussion started by: gm33
1 Replies

6. Shell Programming and Scripting

Error in .pl

I change the directory to where the .vcf is, but it throws an error, Thank #!/bin/bash echo -n "Enter ID : "; read id echo -n "What panel: "; read panel OMR=Output_Mutation_Report perl -aF/\\t/ -lne 'BEGIN{%m=map{chomp;s/\cM|\cJ//g;$p=join("\t",(split/\t/));($p,$_)}... (15 Replies)
Discussion started by: cmccabe
15 Replies