Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
X/Open Curses Library Functionsdupwin(3XCURSES)


NAME

 dupwin - duplicate a window

SYNOPSIS

 
#include <curses.h>
WINDOW *dupwin(WINDOW *win);

DESCRIPTION

 

The dupwin() function creates a duplicate of window win. A pointer to the new window structure is returned.

PARAMETERS

 
win
Is a pointer to the window that is to be duplicated.

RETURN VALUES

 

On success, this function returns a pointer to new window structure; otherwise, it returns a null pointer.

ERRORS

 

None.

SEE ALSO

 

delwin(3XCURSES), derwin(3XCURSES)


SunOS 5.9Go To TopLast Changed 1 Jun 1996

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.