Add to git.
[monolith.git] / doc / ml_label_set_text.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_label</title>
6 </head>
7 <body>
8
9 <h1 align=center>new_ml_label</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
17 <hr>
18 <!-- Creator     : groff version 1.17.2 -->
19 <!-- CreationDate: Sat Aug 31 18:06:03 2002 -->
20 <a name="NAME"></a>
21 <h2>NAME</h2>
22 <table width="100%" border=0 rules="none" frame="void"
23        cols="2" cellspacing="0" cellpadding="0">
24 <tr valign="top" align="left">
25 <td width="10%"></td><td width="90%">
26 new_ml_label, ml_label_set_text, ml_label_get_text - monolith label widget</td></table>
27 <a name="SYNOPSIS"></a>
28 <h2>SYNOPSIS</h2>
29
30 <table width="100%" border=0 rules="none" frame="void"
31        cols="2" cellspacing="0" cellpadding="0">
32 <tr valign="top" align="left">
33 <td width="10%"></td><td width="90%">
34 <pre><b>#include &lt;ml_label.h&gt;
35
36 ml_label new_ml_label (pool pool, const char *text);
37 void ml_label_set_text (ml_label, const char *text);
38 const char *ml_label_get_text (ml_label);
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 label widget is a generic piece of HTML.</td></table>
48
49 <table width="100%" border=0 rules="none" frame="void"
50        cols="2" cellspacing="0" cellpadding="0">
51 <tr valign="top" align="left">
52 <td width="10%"></td><td width="90%">
53 <b>new_ml_label</b> creates a new label widget.</td></table>
54
55 <table width="100%" border=0 rules="none" frame="void"
56        cols="2" cellspacing="0" cellpadding="0">
57 <tr valign="top" align="left">
58 <td width="10%"></td><td width="90%">
59 <b>ml_label_(set|get)_text</b> updates the HTML associated
60 with the label. Note that the text string must be either
61 static, or already allocated in the label's pool, or
62 allocated in a pool with a longer lifetime than the label.
63 If the text is set to <b>NULL</b> then this has the same
64 effect as setting the text to the empty string.</td></table>
65 <a name="AUTHOR"></a>
66 <h2>AUTHOR</h2>
67
68 <table width="100%" border=0 rules="none" frame="void"
69        cols="2" cellspacing="0" cellpadding="0">
70 <tr valign="top" align="left">
71 <td width="10%"></td><td width="90%">
72 Richard Jones &lt;rich@annexia.org&gt;</td></table>
73 <a name="LICENSE"></a>
74 <h2>LICENSE</h2>
75
76 <table width="100%" border=0 rules="none" frame="void"
77        cols="2" cellspacing="0" cellpadding="0">
78 <tr valign="top" align="left">
79 <td width="10%"></td><td width="90%">
80 GNU LGPL (see http://www.gnu.org/)</td></table>
81 <a name="VERSION"></a>
82 <h2>VERSION</h2>
83
84 <table width="100%" border=0 rules="none" frame="void"
85        cols="2" cellspacing="0" cellpadding="0">
86 <tr valign="top" align="left">
87 <td width="10%"></td><td width="90%">
88 monolith-1.0.0</td></table>
89 <hr>
90 </body>
91 </html>