mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
I did a topdir/ChangeLog entry, why should I put anything in here? :)
This commit is contained in:
parent
b7a6cd6750
commit
617a879dfe
@ -1,3 +1,9 @@
|
||||
1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org>
|
||||
|
||||
* gtk/gtkentry.h: Keep it consistent -
|
||||
don't list gtk_entry_set_max_length unless it's implemented.
|
||||
(Someone make up their mind please ;-)
|
||||
|
||||
Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkspinbutton.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org>
|
||||
|
||||
* gtk/gtkentry.h: Keep it consistent -
|
||||
don't list gtk_entry_set_max_length unless it's implemented.
|
||||
(Someone make up their mind please ;-)
|
||||
|
||||
Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkspinbutton.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org>
|
||||
|
||||
* gtk/gtkentry.h: Keep it consistent -
|
||||
don't list gtk_entry_set_max_length unless it's implemented.
|
||||
(Someone make up their mind please ;-)
|
||||
|
||||
Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkspinbutton.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org>
|
||||
|
||||
* gtk/gtkentry.h: Keep it consistent -
|
||||
don't list gtk_entry_set_max_length unless it's implemented.
|
||||
(Someone make up their mind please ;-)
|
||||
|
||||
Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkspinbutton.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org>
|
||||
|
||||
* gtk/gtkentry.h: Keep it consistent -
|
||||
don't list gtk_entry_set_max_length unless it's implemented.
|
||||
(Someone make up their mind please ;-)
|
||||
|
||||
Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkspinbutton.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org>
|
||||
|
||||
* gtk/gtkentry.h: Keep it consistent -
|
||||
don't list gtk_entry_set_max_length unless it's implemented.
|
||||
(Someone make up their mind please ;-)
|
||||
|
||||
Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkspinbutton.h:
|
||||
|
@ -1,3 +1,9 @@
|
||||
1998-03-11 Elliot Lee <sopwith@bogus.circ.us.eu.org>
|
||||
|
||||
* gtk/gtkentry.h: Keep it consistent -
|
||||
don't list gtk_entry_set_max_length unless it's implemented.
|
||||
(Someone make up their mind please ;-)
|
||||
|
||||
Wed Mar 11 07:10:11 1998 Tim Janik <timj@gimp.org>
|
||||
|
||||
* gtk/gtkspinbutton.h:
|
||||
|
@ -79,11 +79,6 @@ void gtk_entry_set_visibility (GtkEntry *entry,
|
||||
void gtk_entry_set_editable (GtkEntry *entry,
|
||||
gboolean editable);
|
||||
|
||||
/* If entry->text is already > max it's up to you to change it */
|
||||
void gtk_entry_set_max_length (GtkEntry *entry,
|
||||
guint16 max);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
Loading…
Reference in New Issue
Block a user