xref: /386bsd/usr/X386/man/man3/XtCreateWindow.3x (revision a2142627)
.\\$1D \\$2 \\$1
.if \\n(VS>=40 .vs \\n(VSu
.if \\n(VS<=39 .vs \\n(VSp
..

0 .nr BD 0

..

.KS .TA .5i 3i

..
.KE

.. .. .KS

.D

choose appropriate monospace font
the imagen conditional, 480,
may be changed to L if LB is too
heavy for your eyes...

.. .R .. .. .. .TB

\\*(NO .R .. . \" Note End -- doug kraft 3/85

0 .. .ny0

XtCreateWindow 3Xt "Release 3" "X Version 11" "XT FUNCTIONS"
NAME
XtCreateWindow - window creation convenience function
SYNTAX
void XtCreateWindow(w, window_class, visual, \ value_mask, attributes)

Widget w;

unsigned int window_class;

Visual *visual;

XtValueMask value_mask;

XSetWindowAttributes *attributes;

ARGUMENTS
attributes 1i
Specifies the window attributes to use in the .ZN XCreateWindow call.
value_mask 1i
Specifies which \*(Vm.
visual 1i
Specifies the visual type (usually .ZN CopyFromParent ).
w 1i
Specifies the widget \*(Wi.
window_class 1i
Specifies the Xlib window class (for example, .ZN InputOutput , .ZN InputOnly , or .ZN CopyFromParent ).
DESCRIPTION
The .ZN XtCreateWindow function calls the Xlib .ZN XCreateWindow function with values from the widget structure and the passed parameters. Then, it assigns the created window to the widget's window field.

.ZN XtCreateWindow evaluates the following fields of the .ZN Core widget structure:

\(bu 5
depth
\(bu 5
screen
\(bu 5
parent -> core.window
\(bu 5
x
\(bu 5
y
\(bu 5
width
\(bu 5
height
\(bu 5
border_width
"SEE ALSO"

\*(xT

\*(xL