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.
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user