mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
removed redundant gtk_entry_get_layout() decl.
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org> * gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
This commit is contained in:
parent
dd0a7ce608
commit
b9a31bbcb2
@ -1,3 +1,7 @@
|
||||
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
|
||||
|
||||
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
|
||||
|
||||
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
|
||||
|
||||
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to
|
||||
|
@ -1,3 +1,7 @@
|
||||
Tue Oct 5 19:29:06 2004 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkentry.h: removed redundant gtk_entry_get_layout() decl.
|
||||
|
||||
2004-10-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkicontheme.c (icon_info_ensure_scale_and_pixbuf): Go back to
|
||||
|
@ -191,8 +191,6 @@ void gtk_entry_set_completion (GtkEntry *entry,
|
||||
GtkEntryCompletion *completion);
|
||||
GtkEntryCompletion *gtk_entry_get_completion (GtkEntry *entry);
|
||||
|
||||
PangoLayout* gtk_entry_get_layout (GtkEntry *entry);
|
||||
|
||||
gint gtk_entry_layout_index_to_text_index (GtkEntry *entry,
|
||||
gint layout_index);
|
||||
gint gtk_entry_text_index_to_layout_index (GtkEntry *entry,
|
||||
|
Loading…
Reference in New Issue
Block a user