PhabReadWidgets

PhabReadWidgets — reads widget files (for internal use).

Syntax

PhabReadWidgets (file)

		

Arguments

file

A file pointer to a previously opened file.

Returns

A widget hierarchy, or nil.

Description

This function is used internally, supporting PhabReadWidgetFile. It takes the output from PhabReadWidget and combines it with another internal function that creates levels, making a widget hierarchy.

See Also

PhabReadWidgetFile, PhabReadWidget