TnyGtkTextMimePartView

TnyGtkTextMimePartView — A type that can display text/* mime parts

Synopsis

                    TnyGtkTextMimePartView;
TnyMimePartView*    tny_gtk_text_mime_part_view_new     (TnyStatusCallback status_callback,
                                                         gpointer status_user_data);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkTextView
                                 +----TnyGtkTextMimePartView

Implemented Interfaces

TnyGtkTextMimePartView implements AtkImplementorIface, GtkBuildable and TnyMimePartView.

Description

A type that can display text/* mime parts implemented using GtkTextView

Details

TnyGtkTextMimePartView

typedef struct _TnyGtkTextMimePartView TnyGtkTextMimePartView;

A TnyMimePartView to show a plain text TnyMimePart.

free-function: g_object_unref


tny_gtk_text_mime_part_view_new ()

TnyMimePartView*    tny_gtk_text_mime_part_view_new     (TnyStatusCallback status_callback,
                                                         gpointer status_user_data);

Create a new TnyMimePartView for showing plain text MIME parts.

Whenever data must be retrieved or takes long to load, status_callback will be called to let the outside world know about what this compenent is doing.

status_callback :

(null-ok): a TnyStatusCallback for when status information happens or NULL

status_user_data :

(null-ok): user data for status_callback

Returns :

(caller-owns): a new TnyMimePartView