mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
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:
parent
cc4aa3cd47
commit
b03172656c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user