WDS_HierarchyTest
WDS_HierarchyTest
wds
1998 12-05
CLASS
WDS_HierarchyTest - test widget for displaying hierarchies
SYNOPSIS
Class WDS_HierarchyTest
inherits most of it's functionality from WDS_HierarchyNode,
with its own ShowEntry() function.
It is intended as a minimal example on how to build on
WDS_HierarchyNode.
PUBLIC MEMBER FUNCTIONS
Inheritance from class WDS_HierarchyNode
void ShowEntry(void)
Replaces virtual WDS_HierarchyNode::ShowEntry().
This simple function fills in a list of words,
each of which can expand out to the same set of words.
In a real situation, these would be filled out to something
more unique and useful, like filenames.
FILES
wds/htest.h Hierarchy test header file
SEE ALSO
WDS_intro(3),
WDS_HierarchyNode(3),
WDS_Widget(3)