* src/widgets/modest-msg-view.[ch]:
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 13 Mar 2007 15:12:05 +0000 (15:12 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 13 Mar 2007 15:12:05 +0000 (15:12 +0000)
commitc8b9bfc0b28ec5aad0ad72e49a7f049b0fb5f41e
tree0fd322af72a368c3b531501dbba890c6d6fe5ac9
parent9c0bcdf0943f38153f13821aa6d7c51cfc5d9634
* src/widgets/modest-msg-view.[ch]:
* Completely reworked the scroll support. Now it's
  implemented using proper GdkWindow operations
* Now it inherits directly from GtkContainer, and
  implements set_scroll_adjustments. This way, it
  can be added to a GtkScrolledWindow controlling
  its scroll bars.
* Implementation of internal gtk widget methods
  for managing the drawing (realize, expose, etc).
* Implementation of internal gtk container methods
  for managing children removal.
* It embeds the contents gtkhtml in a scrolled window,
  but it always tries to make the scroll be completely
          shown in the backing store gdkwindow that provides
          scrolls to upper windows.
* src/maemo/modest-msg-view-window.c
* Embed the new msg view with a scrollbar now
          it's supported.
* src/gnome/modest-msg-view-window.c
* Embed the new msg view with a scrollbar now
          it's supported. Now it does not need a
  viewport.
* src/gnome/modest-main-window.c
* Embed the new msg view with a scrollbar now
          it's supported. Now it does not need a
  viewport.

pmo-trunk-r900
src/gnome/modest-main-window.c
src/gnome/modest-msg-view-window.c
src/maemo/modest-msg-view-window.c
src/widgets/modest-msg-view.c
src/widgets/modest-msg-view.h