DESIGN (kwidgets) functions


LIBRARY ROUTINE

xvw_create_rowcol - create a rowcol object

LIBRARY CALL

xvobject xvw_create_rowcol(
   xvobject parent,
   char     *name)

INPUT

OUTPUT

none

RETURN VALUE

The rowcol object on success, NULL on failure

DESCRIPTION

A rowcol object is designed specifically for doing convenient layout of other objects in a table-like format, in rows and columns. The rowcol object may be used as a parent for any GUI or visual object, but works particularly well when laying out objects of similar size and nature, such as labels, buttons, pixmaps, annoations, and so on.

ADDITIONAL INFORMATION

none

EXAMPLES

none

SIDE EFFECTS

none

RESTRICTIONS

none

MODIFICATION

none

FILES

$DESIGN/objects/library/kwidgets/src/RowCol.c

SEE ALSO

kwidgets(3)

COPYRIGHT

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