diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-09-20 13:35:24 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-09-20 13:35:24 +0000 |
commit | b03172656c7a4581c08b3f8c371d3ff286e8bf40 (patch) | |
tree | 7f76f71f0d52c7ebf3ef96e2db2143864b07102d /gtk/gtkentry.h | |
parent | cc4aa3cd470b1305d1ee3b2d9c11f38e2397ed95 (diff) | |
download | gtk+-b03172656c7a4581c08b3f8c371d3ff286e8bf40.tar.gz |
Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index d1bf7df7a4..e7a2c9576a 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -93,6 +93,8 @@ void gtk_entry_set_visibility (GtkEntry *entry, gboolean visible); void gtk_entry_set_editable (GtkEntry *entry, gboolean editable); +/* DO NOT USE THIS FUNCTION. The only reason why it is public + * is that there were bugs in GtkEntry. IT WILL DISAPPEAR. */ void gtk_entry_adjust_scroll (GtkEntry *entry); /* text is truncated if needed */ void gtk_entry_set_max_length (GtkEntry *entry, |