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.
This commit is contained in:
Owen Taylor
1998-09-20 13:35:24 +00:00
committed by Owen Taylor
parent cc4aa3cd47
commit b03172656c
9 changed files with 34 additions and 4 deletions

View File

@ -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,