PxHelpTopicTree

PxHelpTopicTree — loads a topic tree into a helpviewer.

Syntax

PxHelpTopicTree (topic_tree)

		

Arguments

topic_tree

A string containing the path to a .toc file.

Returns

t if successful, otherwise nil.

Description

This function opens the helpviewer and loads a new topic tree, such as a user-defined table of contents. The topic tree must exist in a .toc file.

Example

Gamma> PxHelpTopicTree("/home/robert/topics.toc")
t <The helpviewer shows the topic tree.>
		

See Also

PxHelpQuit, PxHelpTopic, PxHelpTopicRoot, PxHelpUrl, PxHelpUrlRoot

and in Photon documentation: helpviewer.