![]() |
![]() |
![]() |
Reference Manual of the tinymail framework | ![]() |
---|---|---|---|---|
TnyGtkExpanderMimePartView; TnyMimePartView* tny_gtk_expander_mime_part_view_new (TnyMimePartView *view); void tny_gtk_expander_mime_part_view_set_view (TnyGtkExpanderMimePartView *self, TnyMimePartView *view);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkExpander +----TnyGtkExpanderMimePartView
TnyGtkExpanderMimePartView implements AtkImplementorIface, GtkBuildable and TnyMimePartView.
typedef struct _TnyGtkExpanderMimePartView TnyGtkExpanderMimePartView;
A TnyMimePartView that wraps another TnyMimePartView into a GtkExpander. The type is a TnyMimePartView by itself too (it decorates the one it wraps).
free-function: g_object_unref
TnyMimePartView* tny_gtk_expander_mime_part_view_new (TnyMimePartView *view);
Create a new TnyMimePartView that wraps another mime part view with
a GtkExpander. The view
instance must inherit GtkWidget. The
returned value will inherit GtkExpander.
|
a TnyMimePartView to make expandable |
Returns : |
(caller-owns): a new TnyMimePartView |
Since 1.0 audience: application-developer
void tny_gtk_expander_mime_part_view_set_view (TnyGtkExpanderMimePartView *self, TnyMimePartView *view);
Set view
to become decorated and expanded by self
. The view
must inherit
GtkWidget and implement TnyMimePartView.
|
a TnyGtkMsgView |
|
a TnyMimePartView to make expandable |
Since 1.0 audience: application-developer