panel_userptr(3CURSES) Curses Library Functions panel_userptr(3CURSES)NAME
panel_userptr, set_panel_userptr - associate application data with a panels panel
SYNOPSIS
cc [ flag ... ] file ... -lpanel-lcurses [ library .. ]
#include <panel.h>
int set_panel_userptr(PANEL *panel, char *ptr);
char * panel_userptr(PANEL *panel);
DESCRIPTION
Each panel has a user pointer available for maintaining relevant information.
set_panel_userptr() sets the user pointer of panel to ptr.
panel_userptr() returns the user pointer of panel.
RETURN VALUES
set_panel_userptr returns OK if successful, ERR otherwise.
panel_userptr returns NULL if there is no user pointer assigned to panel.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO curses(3CURSES), panels(3CURSES), attributes(5)NOTES
The header <panel.h> automatically includes the header <curses.h>.
SunOS 5.11 31 Dec 1996 panel_userptr(3CURSES)
Check Out this Related Man Page
panel_userptr(3CURSES) Curses Library Functions panel_userptr(3CURSES)NAME
panel_userptr, set_panel_userptr - associate application data with a panels panel
SYNOPSIS
cc [ flag ... ] file ... -lpanel -lcurses [ library .. ]
#include <panel.h>
int set_panel_userptr(PANEL *panel, char *ptr);
char * panel_userptr(PANEL *panel);
DESCRIPTION
Each panel has a user pointer available for maintaining relevant information.
set_panel_userptr() sets the user pointer of panel to ptr.
panel_userptr() returns the user pointer of panel.
RETURN VALUES
set_panel_userptr returns OK if successful, ERR otherwise.
panel_userptr returns NULL if there is no user pointer assigned to panel.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-Level |Unsafe |
+-----------------------------+-----------------------------+
SEE ALSO curses(3CURSES), panels(3CURSES), attributes(5)NOTES
The header <panel.h> automatically includes the header <curses.h>.
SunOS 5.10 31 Dec 1996 panel_userptr(3CURSES)
Hello
I'm a new user of this forum. English is not my natural language so excuse me by advance if my sentences are not always really understandable :-p
Well here is my problem.
I use a panel and I need to use the backup command of this panel to backup all my customer account (created... (2 Replies)
Discussion started by: pascal
2 Replies
2. Post Here to Contact Site Administrators and Moderators
Admin & Moderators,
I was browsing through the control panel.
To my astonishment found that there was a mismatch in the posts count.
In the User's (matrixmadhan) control panel.
Total Posts count = 225.
When I clicked find all posts.
Showed,
Displaying 227 posts.
In addition to... (2 Replies)
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)
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)
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)
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)