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

@ -1,3 +1,7 @@
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk

View File

@ -1,3 +1,7 @@
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk

View File

@ -1,3 +1,7 @@
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk

View File

@ -1,3 +1,7 @@
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk

View File

@ -1,3 +1,7 @@
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk

View File

@ -1,3 +1,7 @@
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk

View File

@ -1,3 +1,7 @@
Fri Sep 18 19:11:10 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdk.h: Add names to prototype for gdk_image_new_bitmap.
Fri Sep 18 18:54:59 1998 Jay Cox (jaycox@earthlink.net)
* gtk/Makefile.am: use $(AWK) instead of awk

View File

@ -425,10 +425,10 @@ void gdk_bitmap_unref (GdkBitmap *pixmap);
/* Images
*/
GdkImage* gdk_image_new_bitmap(GdkVisual *,
gpointer,
gint,
gint);
GdkImage* gdk_image_new_bitmap(GdkVisual *visual,
gpointer data,
gint width,
gint height);
GdkImage* gdk_image_new (GdkImageType type,
GdkVisual *visual,
gint width,

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,