new_ml_form_text - monolith form text input widget |
#include <ml_form_text.h> ml_form_text new_ml_form_text (pool pool, ml_form form); |
This is a single line text input field, which can only be used within forms (see new_ml_form(3)). |
new_ml_form_text creates a new form text input widget. The form into which this widget is being embedded is passed as the form parameter. |
Richard Jones <rich@annexia.org> |
GNU LGPL (see http://www.gnu.org/) |
monolith-1.0.0 |
new_ml_form(3), ml_form_input_get_value(3). |