new_ml_form_submit

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION
SEE ALSO

NAME

new_ml_form_submit - monolith form submit button widget

SYNOPSIS

#include <ml_form_submit.h>

ml_form_submit new_ml_form_submit (pool pool, ml_form form, const char *value);

DESCRIPTION

This is a submit button, which can only be used within forms (see new_ml_form(3)).
new_ml_form_submit creates a new form submit button. The form into which this widget is being embedded is passed as the form parameter. The value parameter is what is displayed on the button.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

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

VERSION

monolith-1.0.0

SEE ALSO

new_ml_form(3), ml_form_input_get_value(3).