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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user