Tcl_Interp *interp (in) Interpreter to use for error reporting. Tk_Window tkwin (in) Token for window in which the visual will be used. char *string (in) String that identifies the desired visual. See below for valid formats. int *depthPtr (out) Depth of returned visual gets stored here. Colormap *colormapPtr (out) If non-NULL then a suitable colormap for visual is found and its identifier is stored here....
Tk_Window tkwin (in) Token for window whose virtual root is to be queried. int xPtr (out) Points to word in which to store xoffset of virtual root. int yPtr (out) Points to word in which to store yoffset of virtual root. int widthPtr (out) Points to word in which to store width | of virtual root. int heightPtr (out) Points to word in which to store height| of virtual root.
getwc transforms the next EUC character from the named input stream into a wchar_t character, and returns it. It also increments the file pointer, if defined, by one EUC character in the stream. getwchar is defined as getwc(stdin). getwc and getwchar are macros. fgetwc behaves like getwc, but is a function....
getwidth reads the character class table generated by chrtbl(1M) or wchrtbl(1M) to get information on supplementary code sets, and puts it in the structure eucwidth_t. The structure eucwidth_t is defined in the header file euc.h as follows: typedef struct { short int _eucw1,_eu...
getws reads EUC characters from stdin, converts them to wchar_t characters, and places them in the wchar_t array pointed to by s. getws reads until a newline character is read or an end-of-file condition is encountered. The newline character is discarded and the wchar_t string is terminated with a wchar_t null character. fgetws reads EUC characters from the strea...
none FUNCTION RETURN VALUE The returned value of this function is either TRUE or FALSE. TRUE indicates that z-buffering is on. FALSE indicates that z-buffering is off. (FALSE is the default.) For systems without the zbuffer option, this function always returns FALSE.