TnyMsgWindow now decorates TnyMsgViewIface



btw

pvanhoof lort:~/repos/cronos/svn/tinymail/trunk$ svn commit -m
"TnyMsgWindow is now a decorator for TnyMsgView"
Sending        trunk/libtinymailui/tny-msg-window-iface.c
Sending        trunk/libtinymailui/tny-msg-window-iface.h
Sending        trunk/libtinymailui-gtk/tny-msg-window.c
Sending        trunk/tinymail/tny-summary-window.c
Transmitting file data ....
Committed revision 286.
pvanhoof lort:~/repos/cronos/svn/tinymail/trunk$

Make sure you check out the differences. You can find a sample in
TnySummaryWindow:


msgview = tny_platform_factory_iface_new_msg_view (..);
msgwin = TNY_MSG_WINDOW_IFACE (tny_msg_window_new (msgview));
tny_msg_view_iface_set_msg (TNY_MSG_VIEW_IFACE (msgwin), 
		TNY_MSG_IFACE (msg));


-- 
Philip Van Hoof, software developer at x-tend 
home: me at pvanhoof dot be 
gnome: pvanhoof at gnome dot org 
work: vanhoof at x-tend dot be 
http://www.pvanhoof.be - http://www.x-tend.be




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]