![]() |
![]() |
![]() |
Reference Manual of the tinymail framework | ![]() |
---|---|---|---|---|
TnyMozEmbedMsgView; TnyMsgView* tny_moz_embed_msg_view_new (void);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----TnyGtkMsgView +----TnyMozEmbedMsgView
TnyMozEmbedMsgView implements AtkImplementorIface, GtkBuildable, TnyMimePartView and TnyMsgView.
A TnyMsgView implementation that uses the GtkMozEmbed HTML component. This implementation is coupled with the TnyMozEmbedStream TnyStream implementation.
The implementation decodes the mime part of the TnyMsg instance that has as mime-type "text/html" to a TnyMozEmbedStream instance. That TnyMozEmbedStream instance will update the instance
TnyMsgView* tny_moz_embed_msg_view_new (void);
Create a new TnyMsgView that can display HTML messages.
Returns : | a new TnyMsgView instance implemented for Gtk+ |