CATVIEWCONTENTS Name
CATVIEWCONTENTS
Purpose
This function allows the user to view the contents of an object container.
The contents of the object are shown in a TreeWidget view, with the object's
classname, followed by the object's name in parentheses.
Authors
FANNING SOFTWARE CONSULTING BURRIDGE COMPUTING
1645 Sheely Drive 18 The Green South
Fort Collins Warborough, Oxon
CO 80526 USA OX10 7DN, ENGLAND
Phone: 970-221-0438 Phone: +44 (0)1865 858279
E-mail: davidf@dfanning.com E-mail: davidb@burridgecomputing.co.uk
Category
Utility. Calling Sequence
CatViewContents, theObject
Arguments
theObject: The object reference of the object whose contents you wish to view.
Keywords
GROUP_LEADER: An object reference for a WIDGETATOM-type object.
PARENT: The identifier of a base widget object that will hold the tree widget
contents created by this program. If not supplied, a top-level base
object is created.
TITLE: If a top-level base widget is created, this is used as the title.
XSIZE: The final X size of the output tree widget. By default, 600 pixels.
YSIZE: The final Y size of the output tree widget. By default, 600 pixels.
INTERNAL_KEYWORDS: The internal keywords FLAG and TREE should not be used.
Modification History
Written by: David W. Fanning, 18 August 2005.