summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-06-09 00:12:00 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-06-09 00:12:00 +0000
commit994a8daae5455773d40caa71121a1763bbeb2b61 (patch)
treeb26ebe0f23910fc381eaf08fa503d807dea0d7a4 /ChangeLog.pre-2-2
parenta055d0620d91d7ca61c633acc6a94845db4f13b6 (diff)
downloadgtk+-994a8daae5455773d40caa71121a1763bbeb2b61.tar.gz
add read-only "scroll_offset" property for notification when the layout
2001-06-08 Havoc Pennington <hp@redhat.com> * gtk/gtkentry.c (gtk_entry_class_init): add read-only "scroll_offset" property for notification when the layout offsets may have changed (gtk_entry_adjust_scroll): add notify for scroll_offset (gtk_entry_layout_index_to_text_index): function to compensate for preedit string when doing coordinate stuff on the entry's layout (gtk_entry_text_index_to_layout_index): inverse function (gtk_entry_get_layout_offsets): hook to get current position of the layout (gtk_entry_get_layout): hook to get the layout itself. * gtk/gtklabel.c (gtk_label_get_layout): new function
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-215
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index c5bb58f6ef..9d28afa389 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,18 @@
+2001-06-08 Havoc Pennington <hp@redhat.com>
+
+ * gtk/gtkentry.c (gtk_entry_class_init): add read-only
+ "scroll_offset" property for notification when the layout offsets
+ may have changed
+ (gtk_entry_adjust_scroll): add notify for scroll_offset
+ (gtk_entry_layout_index_to_text_index): function to compensate for
+ preedit string when doing coordinate stuff on the entry's layout
+ (gtk_entry_text_index_to_layout_index): inverse function
+ (gtk_entry_get_layout_offsets): hook to get current position of
+ the layout
+ (gtk_entry_get_layout): hook to get the layout itself.
+
+ * gtk/gtklabel.c (gtk_label_get_layout): new function
+
Fri Jun 8 19:49:29 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New