PetscViewerDrawSetTitle#
Set the default title used for PetscDraw windows created by a PETSCVIEWERDRAW viewer.
Synopsis#
#include "petscdraw.h"
#include "petscviewer.h"
PetscErrorCode PetscViewerDrawSetTitle(PetscViewer v, const char title[])
Logically Collective
Input Parameters#
v - the
PETSCVIEWERDRAWviewertitle - the window title, or
NULLfor no title
Note#
If v is not a PETSCVIEWERDRAW viewer, the call is a no-op.
See Also#
PetscViewer, PETSCVIEWERDRAW, PetscViewerDrawGetTitle(), PetscViewerDrawOpen(), PetscViewerDrawSetInfo()
Level#
intermediate
Location#
src/sys/classes/viewer/impls/draw/drawv.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages