diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-27 04:46:42 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-27 04:46:42 +0000 |
commit | 696f54a804b6bece727271e9adc9c39ee12231be (patch) | |
tree | 594fd796e7b6949a31e01a67b564e82b53b355d4 /gtk/gtkentrycompletion.h | |
parent | c5f4278bc05191557abd7ab0165f22f081404c04 (diff) | |
download | gtk+-696f54a804b6bece727271e9adc9c39ee12231be.tar.gz |
Make GtkEntryCompletion::text_column a property.
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r-- | gtk/gtkentrycompletion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index aed8165070..1a3cacf499 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -102,6 +102,7 @@ void gtk_entry_completion_delete_action (GtkEntryComplet /* convenience */ void gtk_entry_completion_set_text_column (GtkEntryCompletion *completion, gint column); +gint gtk_entry_completion_get_text_column (GtkEntryCompletion *completion); G_END_DECLS |