1panel_move(3CURSES)        Curses Library Functions        panel_move(3CURSES)
2
3
4

NAME

6       panel_move, move_panel - move a panels window on the virtual screen
7

SYNOPSIS

9       cc [ flag ... ] file ... -lpanel  -lcurses  [ library .. ]
10       #include <panel.h>
11
12
13
14       int move_panel(PANEL *panel, int starty, int startx);
15
16

DESCRIPTION

18       move_panel()  moves the curses window associated with panel so that its
19       upper left-hand corner is at starty, startx. See usage note, below.
20

RETURN VALUES

22       OK is returned if the routine completes successfully, otherwise ERR  is
23       returned.
24

ATTRIBUTES

26       See attributes(5) for descriptions of the following attributes:
27
28
29
30
31       ┌─────────────────────────────┬─────────────────────────────┐
32       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
33       ├─────────────────────────────┼─────────────────────────────┤
34       │MT-Level                     │Unsafe                       │
35       └─────────────────────────────┴─────────────────────────────┘
36

SEE ALSO

38       curses(3CURSES), panel_update(3CURSES), panels(3CURSES), attributes(5)
39

NOTES

41       For panels windows, use move_panel() instead of the mvwin() curses rou‐
42       tine. Otherwise, update_panels() will not properly update  the  virtual
43       screen.
44
45
46       The header <panel.h> automatically includes the header <curses.h>.
47
48
49
50SunOS 5.11                        31 Dec 1996              panel_move(3CURSES)
Impressum