diff options
author | Stefan Jeske <stefan@gtk.org> | 1998-06-25 09:01:42 +0000 |
---|---|---|
committer | Stefan Jeske <stefan@src.gnome.org> | 1998-06-25 09:01:42 +0000 |
commit | 37460b20782029bb9886e1cd45bc4a7ac5e44e50 (patch) | |
tree | c962e04aa8102d4b19257a7ff05f64b49be7ec3a /ChangeLog.pre-2-10 | |
parent | 713cecba4cdf7004d19871b21d2c978ab292984c (diff) | |
download | gtk+-37460b20782029bb9886e1cd45bc4a7ac5e44e50.tar.gz |
Added functions gdk_text_height, gdk_string_height, gdk_char_height to
Thu Jun 25 10:50:34 1998 Stefan Jeske <stefan@gtk.org>
* gdk/gdk.h gdk/gdkfont.c: Added functions gdk_text_height,
gdk_string_height, gdk_char_height to retrieve the exact
height of a text.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c0adc68102..3882fc5a06 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Thu Jun 25 10:50:34 1998 Stefan Jeske <stefan@gtk.org> + + * gdk/gdk.h gdk/gdkfont.c: Added functions gdk_text_height, + gdk_string_height, gdk_char_height to retrieve the exact + height of a text. + Thu Jun 25 07:53:51 BST 1998 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: add section on GtkCList widget, contributed |