DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_init_attributes - initialize the attributes to be associated with a object class

LIBRARY CALL

int xvw_init_attributes(
   xvclass     widget_class,
   xvattribute *attributes,
   int         num_attributes,
   xvattribute *constraints,
   int         num_constraints,
   char        *menuform)

INPUT

OUTPUT

none

RETURN VALUE

TRUE (1) on success, FALSE (0) otherwise

DESCRIPTION

Allows the advanced GUI/visual object programmer to associate default attributes with a new object class. The constraint attributes are used by constraint objects.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/xvwidgets/src/attributes.c

SEE ALSO

xvwidgets(3)

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.