DrawAppendTitle

Appends to the title of a Draw context.

Synopsis

int DrawAppendTitle(Draw draw,char *title)
Not collective (any processor or all can call this)

Input Parameters

draw - the graphics context
title - the title

Note

A copy of the string is made, so you may destroy thetitle string after calling this routine.

Location: src/draw/interface/draw.c
Graphics (Draw) Index
Table of Contents