Query: subwin
OS: ultrix
Section: 3cur
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
subwin(3cur) subwin(3cur) Name subwin - create subwindow Syntax #include <cursesX.h> WINDOW *subwin(orig, nlines, ncols, begin_y, begin_x) WINDOW *orig; int nlines, ncols, begin_y, begin_x; Description This routine creates a new sub-window within a window. The dimensions of the sub-window are lines and columns. The sub-window is at posi- tion (on the screen. This position is relative to the screen, and not to the window The sub-window is made in the middle of the window so that changes made to either window will affect both. When using this routine, it will often be necessary to call before calling Return Values On success the function returns a pointer to the new WINDOW structure created. On failure the function returns a null pointer. See Also touchwin(3cur), wrefresh(3cur) subwin(3cur)
Related Man Pages |
---|
subwin(3xcurses) - opensolaris |
curs_window(3x) - redhat |
dupwin(3x) - redhat |
mvderwin(3x) - redhat |
newwin(3xcurses) - sunos |
Similar Topics in the Unix Linux Community |
---|
EOF use |
Error: GL/glut.h: No such file or directory |
Linux remote app on Windows |
Rectangle is flickering while dragging on screen with xlib |
Xlib search window by his name |