DESIGN (xvobjects) functions


LIBRARY ROUTINE

xvw_create_genericwindow - create a genericwindow object

LIBRARY CALL

xvobject xvw_create_genericwindow(
   xvobject parent,
   char     *name)

INPUT

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.