summaryrefslogtreecommitdiff
path: root/gtk/gtkentryprivate.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-04 16:55:49 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-04 16:55:49 +0900
commit84eb40b57ef67ef7da689bae2975719a79d4c2a7 (patch)
tree23d60766ed4a57616847dee1f03384d44df81ca7 /gtk/gtkentryprivate.h
parent52ba4f49c52a3157b595ea5da8c2a8f228094e28 (diff)
downloadgtk+-84eb40b57ef67ef7da689bae2975719a79d4c2a7.tar.gz
Added GtkEntryCompletion:cell-area construct property.
- Removed most of GtkCellLayout implementation in favor of ->get_area() - This allows GtkBuildable cell layout implementation to implement the child "cell-properties" - Also allows feeding a custom/different GtkCellArea implementation to layout cells. - Share the internal area with the created GtkTreeViewColumn.
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r--gtk/gtkentryprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h
index 63a5cd02c2..a08205acea 100644
--- a/gtk/gtkentryprivate.h
+++ b/gtk/gtkentryprivate.h
@@ -37,6 +37,7 @@ struct _GtkEntryCompletionPrivate
GtkTreeModelFilter *filter_model;
GtkListStore *actions;
gboolean first_sel_changed;
+ GtkCellArea *cell_area;
GtkEntryCompletionMatchFunc match_func;
gpointer match_data;