TnyMsgWindow

TnyMsgWindow — A type that defines a window for showing a message

Synopsis




                    TnyMsgWindow;
                    TnyMsgWindowIface;

Object Hierarchy


  GInterface
   +----TnyMsgWindow

Prerequisites

TnyMsgWindow requires TnyMimePartView and TnyMsgView.

Known Implementations

TnyMsgWindow is implemented by TnyGtkMsgWindow.

Description

A type that shows a new window in which you can view a TnyMsg. The implementation of this type is often designed as a decorator of a TnyMsgView implementation. It usually wraps the TnyMsgView implementation. The TnyMsgWindow is also a TnyMsgView.

Details

TnyMsgWindow

typedef struct _TnyMsgWindow TnyMsgWindow;

A type that can view a TnyMsg in a window

free-function: g_object_unref


TnyMsgWindowIface

typedef struct {
	GTypeInterface parent;
} TnyMsgWindowIface;

See Also

TnyMsg, TnyMsgView, TnyGtkMsgView, TnyGtkMsgWindow