Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
MOVE_PANEL(3) | Library Functions Manual | MOVE_PANEL(3) |
NAME
move_panel — change panel positionLIBRARY
Z-order for curses windows (libpanel, -lpanel)SYNOPSIS
#include <panel.h> intmove_panel(PANEL *p, int y, int x);
DESCRIPTION
A panel can be moved to a new position by calling the move_panel() function. 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 associated with a panel.RETURN VALUES
The move_panel() function will return one of the following values:SEE ALSO
mvwin(3), panel(3)October 28, 2015 | Debian |