Previous Next Up Title Contents Index Functions Index Top Library

STRUCTURE CREATION FLAGS

tstruct_create_flags


CALL SEQUENCE

void tstruct_create_flags (stmod, inads)

INPUT PARAMETERS

Tstruct_create_status	stmod;
Tname_set_ins	inads;

ARGUMENTS

stmod
Creation mode for structures created after calling tstruct_create_flags :
inads
Name set insertion flag :

EFFECT

This function influences calls to subsequent PHIGURE structure-generating functions:

WARNING: Functions concerning axes and pie charts are an exception to this rule - these structures are routinely emptied before inserting elements.

"Empty structure" mode is the default mode when PHIGURE is opened by topen_phigure.

WARNING: the element name set is not inserted if stmod = TSTRUCT_NOEMPTY_BEFORE_CREATE.

Name set insertion is the default mode when PHIGURE is opened by topen_phigure.


Previous Next Up Title Contents Index Functions Index Top Library