diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2011-02-24 16:05:41 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2011-02-24 16:05:41 +0900 |
commit | 4164a49b84d56b195e5eb88173e229d8fd7be0f2 (patch) | |
tree | 0c47e7bb7004e2f5f913b349249e95b20d962bc8 /gtk/gtkentrycompletion.c | |
parent | 0b0f110152df40795f473c805afd8548facf7377 (diff) | |
download | gtk+-4164a49b84d56b195e5eb88173e229d8fd7be0f2.tar.gz |
Added documentation to "cell-area" construct-only properties.
Indicate what kind of area will be used by default if none is
provided by the user.
Diffstat (limited to 'gtk/gtkentrycompletion.c')
-rw-r--r-- | gtk/gtkentrycompletion.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkentrycompletion.c b/gtk/gtkentrycompletion.c index b770fa973c..41f707f432 100644 --- a/gtk/gtkentrycompletion.c +++ b/gtk/gtkentrycompletion.c @@ -437,6 +437,9 @@ gtk_entry_completion_class_init (GtkEntryCompletionClass *klass) * * The #GtkCellArea used to layout cell renderers in the treeview column. * + * If no area is specified when creating the entry completion with gtk_entry_completion_new_with_area() + * a horizontally oriented #GtkCellAreaBox will be used. + * * Since: 3.0 */ g_object_class_install_property (object_class, |