man aa_resizehandler (Fonctions bibliothèques) - Set user handler to be called on resize event.

NAME

aa_resizehandler - Set user handler to be called on resize event.

SYNOPSIS

#include <aalib.h> void aa_resizehandler

(

aa_context *c,

void (*handler)(aa_context *)

);

PARAMETERS

aa_context *c
Specifies the AA-lib context to operate on.
void (*handler)(aa_context *)
Function to be called when resize happends.

DESCRIPTION

Set user handler to be called on resize event.

SEE ALSO