file: 10-C-utils.t package: muf status: alpha
This function accepts a block of keyValue pairs, then creates and returns an X window.
Only the following keys are allowed:
:background
integer?
, specifies background color;
Otherwise ignored.
:backing_pixel
:backing_planes
:backing_store
:bit_gravity
:border
:border_width
:class
:copy
:input-output
:input-only
:colormap
:cursor
:depth
:do_not_propagate_mask
:event_mask
integer?
, specifies event mask;
Otherwise ignored.
The mask should ultimately have been created via
]make-event-mask
.
:gravity
:height
integer?
, specifies window height;
Otherwise ignored.
:override_redirect
:parent
window?
, specifies window parent;
Otherwise ignored.
:save_under
:visual
:width
integer?
, specifies window width;
Otherwise ignored.
:x
integer?
, specifies window x coordinate;
Otherwise ignored.
:y
integer?
, specifies window y coordinate;
Otherwise ignored.
Go to the first, previous, next, last section, table of contents.