summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.h
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1998-06-23 15:55:51 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-06-23 15:55:51 +0000
commit4c7408d9ea1c706b085d76be1da266f231573756 (patch)
tree1d0809018a8364132a8cacf565944fb08c3ec959 /gtk/gtkentry.h
parenteab38fa264070008309a1be0185b1c8e3eb54231 (diff)
downloadgtk+-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.h')
-rw-r--r--gtk/gtkentry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h
index 50b36bd2a0..7264c3cb0e 100644
--- a/gtk/gtkentry.h
+++ b/gtk/gtkentry.h
@@ -90,6 +90,7 @@ void gtk_entry_set_visibility (GtkEntry *entry,
gboolean visible);
void gtk_entry_set_editable (GtkEntry *entry,
gboolean editable);
+void gtk_entry_adjust_scroll (GtkEntry *entry);
/* text is truncated if needed */
void gtk_entry_set_max_length (GtkEntry *entry,
guint16 max);