NAMETk_CreateWindow, Tk_CreateWindowFromPath, Tk_DestroyWindow, Tk_MakeWindowExist − create or delete window SYNOPSIS#include <tk.h>Tk_Window
Tk_CreateWindow(interp, parent, name, topLevScreen)Tk_Window
Tk_CreateAnonymousWindow(interp, parent, topLevScreen)Tk_Window
Tk_CreateWindowFromPath(interp, tkwin, pathName, topLevScreen)Tk_DestroyWindow(tkwin)Tk_MakeWindowExist(tkwin)ARGUMENTS
. el .TP 15
Tcl_Interp *interp(out) Tcl interpreter to use for error reporting. If no error occurs, then *interp is not modified.