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 Functionssetcchar(3XCURSES)


NAME

 setcchar - set a cchar_t type character from a wide character and rendition

SYNOPSIS

 
#include <curses.h>
int setcchar(cchar_t *wcval, const wchar_t *wch, const attr_t attrs, short color_pair, const void *opts);

PARAMETERS

 
wcval
Is a pointer to a location where a cchar_t character (and its rendition) can be stored.
wch
Is a pointer to a wide character.
attrs
Is the set of attributes to apply to wch in creating wcval.
color_pair
Is the color pair to apply to wch in creating wcval.
opts
Is reserved for future use. Currently, this must be a null pointer.

DESCRIPTION

 

The setcchar() function takes the wide character pointed to by wch, combines it with the attributes indicated by attrs and the color pair indicated by color_pair and stores the result in the object pointed to by wcval.

RETURN VALUES

 

On success, the setcchar() function returns OK. Otherwise, it returns ERR.

ERRORS

 

None.

SEE ALSO

 

attroff(3XCURSES), can_change_color(3XCURSES), getcchar(3XCURSES)


SunOS 5.9Go To TopLast Changed 1 Jun 1996

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