xvobject xvw_create(
xvobject parent,
int transient_parent,
int managed,
kstring name,
xvclass wclass)
INPUT
parent - the parent object; pass NULL if a default
toplevel object is to be created automatically
to contain the object.
transient_parent - only used if the parent object passed as
NULL, TRUE will cause the default toplevel to
be created as a transient shell while FALSE will
cause the default toplevel to be created as
an application shell.
managed - TRUE if the object should be managed upon
creation, FALSE if the object should only be
instaniated
name - the object name
class - the class of the object
OUTPUT
none
RETURN VALUE
The newly created GUI or visual object on success,
NULL on failure
DESCRIPTION
Creates and returns a new GUI or visual object
of the desired object class. Note that use of this
generalized routine is not as encouraged as
use of the appropriate specific object creation routine.
For example, if you would like to create a button object,
it is generally easier to use xvw_create_button().
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$DESIGN/objects/library/xvwidgets/src/general.c
SEE ALSO
xvwidgets(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.