DESIGN (xvwidgets) functions


LIBRARY ROUTINE

xvw_define_attributes - add user defined attributes

LIBRARY CALL

/* VARARGS */
int xvw_define_attributes(
   xvclass widget_class,
   kvalist)

INPUT

OUTPUT

none

RETURN VALUE

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

DESCRIPTION

Allows the advanced application programmer to add attributes for a particular object class. This allows the addition of attributes to a object class or if NULL then a general set of attributes. When the "set" or "get" attribute routines are called then the corresponding routine is called.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

Restrictions on data or input as applicable

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.