new_ml_box

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

new_ml_box, ml_box_pack - monolith box widget

SYNOPSIS

#include <ml_box.h>

ml_box new_ml_box (pool pool);
void ml_box_pack (ml_box, ml_widget);

DESCRIPTION

The monolith box widget encloses another widget inside a rectangular outline.
new_ml_box creates a new box widget.
ml_box_pack packs another widget inside the box. A maximum of one widget can be packed inside a box, so if you call this function multiple times, then earlier widgets will be forgotten.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

monolith-1.0.0