move_panel(3) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
MOVE_PANEL(3)           NetBSD Library Functions Manual          MOVE_PANEL(3)


NAME
move_panel -- change panel position
LIBRARY
Z-order for curses windows (libpanel, -lpanel)
SYNOPSIS
#include <panel.h> int move_panel(PANEL *p, int y, int x);
DESCRIPTION
A panel can be moved to a new position by calling the move_panel() func- tion. The y and x positions are the new origin of the panel on the screen. This function is the panel library counterpart of the curses mvwin(3) function. Curses mvwin() must never be directly used on a window associ- ated with a panel.
RETURN VALUES
The move_panel() function will return one of the following values: OK The function completed successfully. ERR An error occurred in the function.
SEE ALSO
mvwin(3), panel(3) NetBSD 10.99 October 28, 2015 NetBSD 10.99
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.