TnyMozEmbedMsgView

TnyMozEmbedMsgView — A message view type that uses GtkMozEmbed

Synopsis

                    TnyMozEmbedMsgView;
TnyMsgView*         tny_moz_embed_msg_view_new          (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----TnyGtkMsgView
                                       +----TnyMozEmbedMsgView

Implemented Interfaces

TnyMozEmbedMsgView implements AtkImplementorIface, GtkBuildable, TnyMimePartView and TnyMsgView.

Description

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

Details

TnyMozEmbedMsgView

typedef struct _TnyMozEmbedMsgView TnyMozEmbedMsgView;


tny_moz_embed_msg_view_new ()

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+

See Also

TnyMsgView, GtkMozEmbed, TnyStream, TnyMozEmbedStream, TnySaveStrategy, TnyGtkSaveStrategy