TnyMozEmbedHtmlMimePartView

TnyMozEmbedHtmlMimePartView — A type that can display a text/html mime part

Synopsis




                    TnyMozEmbedHtmlMimePartView;
TnyMimePartView*    tny_moz_embed_html_mime_part_view_new
                                                        (void);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkMozEmbed
                                       +----TnyMozEmbedHtmlMimePartView

Implemented Interfaces

TnyMozEmbedHtmlMimePartView implements AtkImplementorIface and TnyMimePartView.

Description

A type that can display a text/html mime part implemented using GtkMozEmbed

Details

TnyMozEmbedHtmlMimePartView

typedef struct _TnyMozEmbedHtmlMimePartView TnyMozEmbedHtmlMimePartView;


tny_moz_embed_html_mime_part_view_new ()

TnyMimePartView*    tny_moz_embed_html_mime_part_view_new
                                                        (void);

Create a TnyMimePartView that can display HTML mime parts

Returns : a new TnyMimePartView instance implemented for Gtk+

See Also

TnyMimePart, TnyMimePartView