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.

RELATED TO aa_resizehandler…