:orphan: # PetscDrawGetTitle Gets pointer to title of a `PetscDraw` context. ## Synopsis ``` #include "petscdraw.h" PetscErrorCode PetscDrawGetTitle(PetscDraw draw, const char *title[]) ``` Not Collective ## Input Parameter - ***draw -*** the graphics context ## Output Parameter - ***title -*** the title ## See Also `PetscDraw`, `PetscDrawSetTitle()` ## Level intermediate ## Location src/sys/classes/draw/interface/draw.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/classes/draw/interface/draw.c) [Index of all Draw routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)