~ubuntu-branches/ubuntu/karmic/libtinymail/karmic

« back to all changes in this revision

Viewing changes to docs/devel/reference/html/TnyMozEmbedMsgView.html

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-10-12 11:21:12 UTC
  • Revision ID: james.westby@ubuntu.com-20071012112112-fod9fs7yrooxjr7i
Tags: upstream-0.0.2
ImportĀ upstreamĀ versionĀ 0.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>TnyMozEmbedMsgView</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
 
7
<link rel="start" href="index.html" title="Reference Manual of the tinymail framework">
 
8
<link rel="up" href="libtinymailui-mozembed.html" title="libtinymailui-mozembed - an optional ui implementation library">
 
9
<link rel="prev" href="libtinymailui-mozembed.html" title="libtinymailui-mozembed - an optional ui implementation library">
 
10
<link rel="next" href="TnyMozEmbedStream.html" title="TnyMozEmbedStream">
 
11
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="preface" href="pr01.html" title="Introduction">
 
14
<link rel="reference" href="rn01.html" title="Object Index">
 
15
<link rel="reference" href="rn02.html" title="API Reference">
 
16
<link rel="chapter" href="libtinymail.html" title="libtinymail - main abstraction library">
 
17
<link rel="chapter" href="libtinymailui.html" title="libtinymailui - ui abstraction library">
 
18
<link rel="chapter" href="libtinymailui-gtk.html" title="libtinymailui-gtk - an optional ui implementation library">
 
19
<link rel="chapter" href="libtinymail-gnomevfs.html" title="libtinymail-gnomevfs - an optional implementation library">
 
20
<link rel="chapter" href="libtinymailui-mozembed.html" title="libtinymailui-mozembed - an optional ui implementation library">
 
21
<link rel="chapter" href="libtinymail-gnome-desktop.html" title="libtinymail-gnome-desktop - implementations for a gnome desktop">
 
22
<link rel="chapter" href="libtinymail-camel.html" title="libtinymail-camel - implementation of the main library">
 
23
<link rel="index" href="ix01.html" title="Index">
 
24
</head>
 
25
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
26
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
27
<tr valign="middle">
 
28
<td><a accesskey="p" href="libtinymailui-mozembed.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
29
<td><a accesskey="u" href="libtinymailui-mozembed.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
30
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
31
<th width="100%" align="center">Reference Manual of the tinymail framework</th>
 
32
<td><a accesskey="n" href="TnyMozEmbedStream.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
33
</tr>
 
34
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2685189" class="shortcut">Top</a>
 
35
                  &#160;|&#160;
 
36
                  <a href="#id2686514" class="shortcut">Description</a>
 
37
                  &#160;|&#160;
 
38
                  <a href="#id2686408" class="shortcut">Object Hierarchy</a>
 
39
                  &#160;|&#160;
 
40
                  <a href="#id2686477" class="shortcut">Implemented Interfaces</a></nobr></td></tr>
 
41
</table>
 
42
<div class="refentry" lang="en">
 
43
<a name="TnyMozEmbedMsgView"></a><div class="titlepage"></div>
 
44
<div class="refnamediv"><table width="100%"><tr>
 
45
<td valign="top">
 
46
<h2>
 
47
<a name="id2685189"></a><span class="refentrytitle">TnyMozEmbedMsgView</span>
 
48
</h2>
 
49
<p>TnyMozEmbedMsgView &#8212; A message view type that uses GtkMozEmbed</p>
 
50
</td>
 
51
<td valign="top" align="right"></td>
 
52
</tr></table></div>
 
53
<div class="refsynopsisdiv">
 
54
<h2>Synopsis</h2>
 
55
<pre class="synopsis">
 
56
 
 
57
 
 
58
 
 
59
                    <a href="TnyMozEmbedMsgView.html#TnyMozEmbedMsgView-struct">TnyMozEmbedMsgView</a>;
 
60
<a href="libtinymail-tny-msg-view.html#TnyMsgView">TnyMsgView</a>*         <a href="TnyMozEmbedMsgView.html#tny-moz-embed-msg-view-new">tny_moz_embed_msg_view_new</a>          (void);
 
61
 
 
62
</pre>
 
63
</div>
 
64
<div class="refsect1" lang="en">
 
65
<a name="id2686408"></a><h2>Object Hierarchy</h2>
 
66
<pre class="synopsis">
 
67
 
 
68
  GObject
 
69
   +----GInitiallyUnowned
 
70
         +----GtkObject
 
71
               +----GtkWidget
 
72
                     +----GtkContainer
 
73
                           +----GtkBin
 
74
                                 +----<a href="TnyGtkMsgView.html" title="TnyGtkMsgView">TnyGtkMsgView</a>
 
75
                                       +----TnyMozEmbedMsgView
 
76
</pre>
 
77
</div>
 
78
<div class="refsect1" lang="en">
 
79
<a name="id2686477"></a><h2>Implemented Interfaces</h2>
 
80
<p>
 
81
TnyMozEmbedMsgView implements
 
82
 AtkImplementorIface,  <a href="libtinymail-tny-mime-part-view.html#TnyMimePartView">TnyMimePartView</a> and  <a href="libtinymail-tny-msg-view.html#TnyMsgView">TnyMsgView</a>.</p>
 
83
</div>
 
84
<div class="refsect1" lang="en">
 
85
<a name="id2686514"></a><h2>Description</h2>
 
86
<p>
 
87
A <a href="libtinymail-tny-msg-view.html#TnyMsgView"><span class="type">TnyMsgView</span></a> implementation that uses the GtkMozEmbed HTML
 
88
component. This implementation is coupled with the <a href="TnyMozEmbedStream.html" title="TnyMozEmbedStream"><span class="type">TnyMozEmbedStream</span></a>
 
89
<a href="libtinymail-tny-stream.html#TnyStream"><span class="type">TnyStream</span></a> implementation.
 
90
</p>
 
91
<p>
 
92
The implementation decodes the mime part of the <a href="libtinymail-tny-msg.html#TnyMsg"><span class="type">TnyMsg</span></a> instance that has 
 
93
as mime-type "text/html" to a <a href="TnyMozEmbedStream.html" title="TnyMozEmbedStream"><span class="type">TnyMozEmbedStream</span></a> instance. That <a href="TnyMozEmbedStream.html" title="TnyMozEmbedStream"><span class="type">TnyMozEmbedStream</span></a> 
 
94
instance will update the instance
 
95
</p>
 
96
</div>
 
97
<div class="refsect1" lang="en">
 
98
<a name="id2686583"></a><h2>Details</h2>
 
99
<div class="refsect2" lang="en">
 
100
<a name="id2686594"></a><h3>
 
101
<a name="TnyMozEmbedMsgView-struct"></a>TnyMozEmbedMsgView</h3>
 
102
<a class="indexterm" name="id2686607"></a><pre class="programlisting">typedef struct _TnyMozEmbedMsgView TnyMozEmbedMsgView;</pre>
 
103
<p>
 
104
 
 
105
</p>
 
106
</div>
 
107
<hr>
 
108
<div class="refsect2" lang="en">
 
109
<a name="id2686623"></a><h3>
 
110
<a name="tny-moz-embed-msg-view-new"></a>tny_moz_embed_msg_view_new ()</h3>
 
111
<a class="indexterm" name="id2686637"></a><pre class="programlisting"><a href="libtinymail-tny-msg-view.html#TnyMsgView">TnyMsgView</a>*         tny_moz_embed_msg_view_new          (void);</pre>
 
112
<p>
 
113
Create a new <a href="libtinymail-tny-msg-view.html#TnyMsgView"><span class="type">TnyMsgView</span></a> that can display HTML messages.</p>
 
114
<p>
 
115
 
 
116
</p>
 
117
<div class="variablelist"><table border="0">
 
118
<col align="left" valign="top">
 
119
<tbody><tr>
 
120
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 
121
<td> a new <a href="libtinymail-tny-msg-view.html#TnyMsgView"><span class="type">TnyMsgView</span></a> instance implemented for Gtk+
 
122
</td>
 
123
</tr></tbody>
 
124
</table></div>
 
125
</div>
 
126
</div>
 
127
<div class="refsect1" lang="en">
 
128
<a name="id2686694"></a><h2>See Also</h2>
 
129
<p>
 
130
<a href="libtinymail-tny-msg-view.html#TnyMsgView"><span class="type">TnyMsgView</span></a>, <span class="type">GtkMozEmbed</span>, <a href="libtinymail-tny-stream.html#TnyStream"><span class="type">TnyStream</span></a>, <a href="TnyMozEmbedStream.html" title="TnyMozEmbedStream"><span class="type">TnyMozEmbedStream</span></a>, <span class="type">TnySaveStrategy</span>, <span class="type">TnyGtkSaveStrategy</span>
 
131
</p>
 
132
</div>
 
133
</div>
 
134
</body>
 
135
</html>