diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-13 08:43:32 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-13 08:43:32 +0800 |
commit | a68a98a29432ab8938a731486992ac35ba73af6c (patch) | |
tree | 95a4ea10dd2f57d003a142c168512ab550e7cf84 /widgets/ChangeLog | |
parent | dded739f636bb8f75a6779bc31673e4f8b994225 (diff) | |
download | gsoc2013-evolution-a68a98a29432ab8938a731486992ac35ba73af6c.tar gsoc2013-evolution-a68a98a29432ab8938a731486992ac35ba73af6c.tar.gz gsoc2013-evolution-a68a98a29432ab8938a731486992ac35ba73af6c.tar.bz2 gsoc2013-evolution-a68a98a29432ab8938a731486992ac35ba73af6c.tar.lz gsoc2013-evolution-a68a98a29432ab8938a731486992ac35ba73af6c.tar.xz gsoc2013-evolution-a68a98a29432ab8938a731486992ac35ba73af6c.tar.zst gsoc2013-evolution-a68a98a29432ab8938a731486992ac35ba73af6c.zip |
Added tooltips to the header area.
svn path=/trunk/; revision=1385
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index 48c797c007..7a3bb5ce5e 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,14 @@ +1999-11-12 Ettore Perazzoli <ettore@gnu.org> + + * e-msg-composer-hdrs.c: New member `tooltips' in `struct + _EMsgComposerHdrsPrivate'. + (init): Initialize it. + (destroy): New function. + (class_init): Install it as the `destroy' GtkObject method. + (add_header): New parameters `tip', `tip_private'. Setup a + tooltip for the entry with them. + (setup_headers): Updated accordingly. + 1999-11-11 Miguel de Icaza <miguel@gnu.org> * e-table-header.c (e_table_header_add_column): Update offsets. |