XtCreateWindow(3Xt) XtCreateWindow(3Xt)NAME XtCreateWindow - creates windows SYNOPSIS void XtCreateWindow(w, window-class, visual, value-mask, attributes) Widget w; unsigned int window-class; Visual *visual; XtValueMask value-mask; XSetWindowAttributes *attributes; DESCRIPTION The XtCreateWindow function calls the Xlib XCreateWindow(3X) function with values from the widget structure and the passed parameters. Then, it assigns the created window to the widget's window member. XtCreateWindow evaluates the border-width, depth, height, parent->core.window, screen, width, x, and y members of the core widget structure: Arguments This function accepts the following arguments: attributes Specifies the window attributes to use in the XCreateWindow call. value-mask Specifies which attribute members to use. visual Specifies the visual type (usually CopyFromParent). w Specifies the widget that is used to set the x,y coordinates and so on. window-class Specifies the Xlib window class (for example, InputOutput, InputOnly, or CopyFromParent). SEE ALSO X Toolkit Intrinsics - C Language InterfaceXlib - C Language InterfaceNovember, 1990 1