diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-22 21:45:15 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-22 21:45:15 +0000 |
commit | a338544d1ab74133ec0973b99b05bdea78329275 (patch) | |
tree | 000be657f8f97d19bfe990d655faa3ddc3d3e4c5 /gtk/gtkentry.h | |
parent | 6a2c2edf052a378eb9f09f7792378795226ed2c3 (diff) | |
download | gtk+-a338544d1ab74133ec0973b99b05bdea78329275.tar.gz |
Fix some problems with vertical alignment.
Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.[ch]: Fix some problems with vertical
alignment.
* gtk/gtkentry.c (gtk_entry_find_position): Fix
char/byte confusion.
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index b3f229b497..c40407f3b0 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -70,6 +70,7 @@ struct _GtkEntry PangoLayout *layout; gint scroll_offset; gint ascent; /* font ascent, in pango units */ + gint descent; /* font descent, in pango units */ GtkIMContext *im_context; }; |