DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_create - create a new object

LIBRARY CALL

xvobject xvw_create(
   xvobject    parent,
   int	       transient_parent,
   int	       managed,
   kstring     name,
   xvclass     wclass)

INPUT

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.