Tk_GetVisual (3) Linux Manual Page
Tk_GetVisual – translate from string to visual Synopsis#include <tk.h> Visual * Tk_GetVisual(interp, tkwin, string, depthPtr, colormapPtr)ArgumentsTcl_Interp *interp (in) Interpreter to use for error reporting. Tk_Window tkwin (in) Token for window in which the visual will be used. const char *string (in) String that identifies the desired visual. See below for valid formats. int *depthPtr (out)…
