Add to git.
[monolith.git] / doc / new_ml_form_checkbox.3.html
1 <html>
2 <head>
3 <meta name="generator" content="groff -Thtml, see www.gnu.org">
4 <meta name="Content-Style" content="text/css">
5 <title>new_ml_form_checkbox</title>
6 </head>
7 <body>
8
9 <h1 align=center>new_ml_form_checkbox</h1>
10 <a href="#NAME">NAME</a><br>
11 <a href="#SYNOPSIS">SYNOPSIS</a><br>
12 <a href="#DESCRIPTION">DESCRIPTION</a><br>
13 <a href="#AUTHOR">AUTHOR</a><br>
14 <a href="#LICENSE">LICENSE</a><br>
15 <a href="#VERSION">VERSION</a><br>
16 <a href="#SEE ALSO">SEE ALSO</a><br>
17
18 <hr>
19 <!-- Creator     : groff version 1.17.2 -->
20 <!-- CreationDate: Sat Aug 31 18:06:10 2002 -->
21 <a name="NAME"></a>
22 <h2>NAME</h2>
23 <table width="100%" border=0 rules="none" frame="void"
24        cols="2" cellspacing="0" cellpadding="0">
25 <tr valign="top" align="left">
26 <td width="10%"></td><td width="90%">
27 new_ml_form_checkbox - monolith form checkbox input widget</td></table>
28 <a name="SYNOPSIS"></a>
29 <h2>SYNOPSIS</h2>
30
31 <table width="100%" border=0 rules="none" frame="void"
32        cols="2" cellspacing="0" cellpadding="0">
33 <tr valign="top" align="left">
34 <td width="10%"></td><td width="90%">
35 <pre><b>#include &lt;ml_form_checkbox.h&gt;
36
37 ml_form_checkbox new_ml_form_checkbox (pool pool, ml_form form);
38 </b></pre></td></table>
39 <a name="DESCRIPTION"></a>
40 <h2>DESCRIPTION</h2>
41
42 <table width="100%" border=0 rules="none" frame="void"
43        cols="2" cellspacing="0" cellpadding="0">
44 <tr valign="top" align="left">
45 <td width="10%"></td><td width="90%">
46 This is a checkbox (tickbox) for use in forms.</td></table>
47
48 <table width="100%" border=0 rules="none" frame="void"
49        cols="2" cellspacing="0" cellpadding="0">
50 <tr valign="top" align="left">
51 <td width="10%"></td><td width="90%">
52 <b>new_ml_form_checkbox</b> creates a new form checkbox
53 input widget. The form into which this widget is being
54 embedded is passed as the <b>form</b>
55 parameter.</td></table>
56 <a name="AUTHOR"></a>
57 <h2>AUTHOR</h2>
58
59 <table width="100%" border=0 rules="none" frame="void"
60        cols="2" cellspacing="0" cellpadding="0">
61 <tr valign="top" align="left">
62 <td width="10%"></td><td width="90%">
63 Richard Jones &lt;rich@annexia.org&gt;</td></table>
64 <a name="LICENSE"></a>
65 <h2>LICENSE</h2>
66
67 <table width="100%" border=0 rules="none" frame="void"
68        cols="2" cellspacing="0" cellpadding="0">
69 <tr valign="top" align="left">
70 <td width="10%"></td><td width="90%">
71 GNU LGPL (see http://www.gnu.org/)</td></table>
72 <a name="VERSION"></a>
73 <h2>VERSION</h2>
74
75 <table width="100%" border=0 rules="none" frame="void"
76        cols="2" cellspacing="0" cellpadding="0">
77 <tr valign="top" align="left">
78 <td width="10%"></td><td width="90%">
79 monolith-1.0.0</td></table>
80 <a name="SEE ALSO"></a>
81 <h2>SEE ALSO</h2>
82
83 <table width="100%" border=0 rules="none" frame="void"
84        cols="2" cellspacing="0" cellpadding="0">
85 <tr valign="top" align="left">
86 <td width="10%"></td><td width="90%">
87 <b>new_ml_form(3)</b>,
88 <b>ml_form_input_get_value(3)</b>.</td></table>
89 <hr>
90 </body>
91 </html>