* Added modest-scroll-text.[ch]
authorJose Dapena Paz <jdapena@igalia.com>
Mon, 12 Mar 2007 09:42:50 +0000 (09:42 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Mon, 12 Mar 2007 09:42:50 +0000 (09:42 +0000)
commit9c0bcdf0943f38153f13821aa6d7c51cfc5d9634
tree32d0953d4658e8a13eb9754a7e8d87b1c3a9f723
parent8b4a5ddbd75dc66670979741d2b40664487f865e
* Added modest-scroll-text.[ch]
        * It's a refactorization from ModestRecptView. Now the feature
          "limit the recpt view to two lines" and "scroll line by line"
          is in this class.
        * It inherits from GtkScrolledWindow, and embeds a GtkTextView
        * Generalized to be able to limit the text view to an arbitrary
          number of lines (not only 2).
* modest-recpt-view.[ch]
        * Updated to inherit/use the new ModestScrollText class.
* modest-mail-header.[ch]
* Now all headers use ModestScrollText (and then they're limited
  all to two lines, in special subject).

pmo-trunk-r899
src/widgets/Makefile.am
src/widgets/modest-mail-header-view.c
src/widgets/modest-recpt-view.c
src/widgets/modest-recpt-view.h
src/widgets/modest-scroll-text.c [new file with mode: 0644]
src/widgets/modest-scroll-text.h [new file with mode: 0644]