Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TICKIT_RE...FFER_RESET(3)  Library Functions Manual  TICKIT_RE...FFER_RESET(3)

NAME
       tickit_renderbuffer_reset  -  revert  a	render	buffer back to initial
       state

SYNOPSIS
       #include	<tickit.h>

       void tickit_renderbuffer_reset(TickitRenderBuffer *rb);

       Link with -ltickit.

DESCRIPTION
       tickit_renderbuffer_reset() resets the render buffer back to  its  ini-
       tial  state.  The  pending content is erased, and all the cells are set
       back to the skipped state. The virtual cursor position  is  unset,  the
       translation offset set back to zero, the	clipping region	set to the en-
       tire  buffer  and the pen removed if set. Also the saved	state stack is
       cleared.

       Any memory allocated for	the storage of strings by  the	tickit_render-
       buffer_text family of functions is also released	by this	function.

RETURN VALUE
       This function returns no	value.

SEE ALSO
       tickit_renderbuffer_new(3), tickit_renderbuffer_save(3),	tickit_render-
       buffer_restore(3), tickit_renderbuffer(7), tickit(7)

						     TICKIT_RE...FFER_RESET(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_renderbuffer_reset&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help