Add to git.
[monolith.git] / doc / new_ml_form_radio_group.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_radio_group</title>
6 </head>
7 <body>
8
9 <h1 align=center>new_ml_form_radio_group</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:11 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_radio_group, ml_form_radio_group_pack - monolith group of radio buttons 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_radio_group.h&gt;
36
37 ml_form_radio_group new_ml_form_radio_group (pool pool, ml_form form);
38 void ml_form_radio_group_pack (ml_form_radio_group w, ml_widget);
39 </b></pre></td></table>
40 <a name="DESCRIPTION"></a>
41 <h2>DESCRIPTION</h2>
42
43 <table width="100%" border=0 rules="none" frame="void"
44        cols="2" cellspacing="0" cellpadding="0">
45 <tr valign="top" align="left">
46 <td width="10%"></td><td width="90%">
47 A radio group is a widget which contains a group of related
48 radio buttons. You cannot use radio buttons
49 &quot;naked&quot; in a form, but instead must embed related
50 buttons inside one of these widgets.</td></table>
51
52 <table width="100%" border=0 rules="none" frame="void"
53        cols="2" cellspacing="0" cellpadding="0">
54 <tr valign="top" align="left">
55 <td width="10%"></td><td width="90%">
56 <b>new_ml_form_radio_group</b> creates a new group
57 widget.</td></table>
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 <b>ml_form_radio_group_pack</b> packs a single widget inside
64 the radio group widget. A radio group can only contain a
65 single widget, so if you call pack again, it will forget the
66 previous widget. It is recommended that you pack either a
67 flow layout or a table layout directly inside the radio
68 group, and then pack the actual radio buttons inside
69 that.</td></table>
70 <a name="AUTHOR"></a>
71 <h2>AUTHOR</h2>
72
73 <table width="100%" border=0 rules="none" frame="void"
74        cols="2" cellspacing="0" cellpadding="0">
75 <tr valign="top" align="left">
76 <td width="10%"></td><td width="90%">
77 Richard Jones &lt;rich@annexia.org&gt;</td></table>
78 <a name="LICENSE"></a>
79 <h2>LICENSE</h2>
80
81 <table width="100%" border=0 rules="none" frame="void"
82        cols="2" cellspacing="0" cellpadding="0">
83 <tr valign="top" align="left">
84 <td width="10%"></td><td width="90%">
85 GNU LGPL (see http://www.gnu.org/)</td></table>
86 <a name="VERSION"></a>
87 <h2>VERSION</h2>
88
89 <table width="100%" border=0 rules="none" frame="void"
90        cols="2" cellspacing="0" cellpadding="0">
91 <tr valign="top" align="left">
92 <td width="10%"></td><td width="90%">
93 monolith-1.0.0</td></table>
94 <a name="SEE ALSO"></a>
95 <h2>SEE ALSO</h2>
96
97 <table width="100%" border=0 rules="none" frame="void"
98        cols="2" cellspacing="0" cellpadding="0">
99 <tr valign="top" align="left">
100 <td width="10%"></td><td width="90%">
101 <b>new_ml_form(3)</b>, <b>new_ml_form_radio(3)</b>,
102 <b>ml_form_input_get_value(3)</b>.</td></table>
103 <hr>
104 </body>
105 </html>