DESIGN (xvobjects) functions
LIBRARY ROUTINE
xvw_create_genericwindow - create a genericwindow object
LIBRARY CALL
xvobject xvw_create_genericwindow(
xvobject parent,
char *name)
INPUT
- parent - parent of the genericwindow object; NULL will cause
a default toplevel to be created automatically
- name - a name for this particular instance of the object
(for use in app-defaults files, etc)
OUTPUT
none
RETURN VALUE
The genericwindow object on success, NULL on failure
DESCRIPTION
Creates a genericwindow object. The genericwindow object
allows the user to reverse engineer a window into a
object. The object is subclassed from the Manager,
which means that the programmer also has access to
that window's children. The programmer may also added
new children to the object, as well as manipulate the
children.
This allows the programmer with a powerful in which
to reverse engineer a window, that can then be manipulated
as a standard gui object.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvobjects/src/GenericWindow.c
SEE ALSO
xvobjects(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.