diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-06-23 15:55:51 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-06-23 15:55:51 +0000 |
commit | 4c7408d9ea1c706b085d76be1da266f231573756 (patch) | |
tree | 1d0809018a8364132a8cacf565944fb08c3ec959 /gtk/gtkentry.c | |
parent | eab38fa264070008309a1be0185b1c8e3eb54231 (diff) | |
download | gtk+-4c7408d9ea1c706b085d76be1da266f231573756.tar.gz |
Export the gtk_entry_adjust_scroll. Required if you change the cursor
1998-06-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gtk/gtkentry.h, gtk/gtkentry.c: Export the
gtk_entry_adjust_scroll. Required if you change the cursor
position and want to sync it up with your code (Midnight Commander
gtk front end needs this).
* gtk/gtktable.c: Deal with tables that have size 0, 0.
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index db4a957cb0..97399a1e5d 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -72,7 +72,7 @@ static void gtk_entry_queue_draw (GtkEntry *entry); static gint gtk_entry_timer (gpointer data); static gint gtk_entry_position (GtkEntry *entry, gint x); -static void gtk_entry_adjust_scroll (GtkEntry *entry); +void gtk_entry_adjust_scroll (GtkEntry *entry); static void gtk_entry_grow_text (GtkEntry *entry); static void gtk_entry_insert_text (GtkEditable *editable, const gchar *new_text, |