summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-13 15:58:07 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-13 15:58:07 +0900
commit623abdedf6c6f4ce7dd7eb3594644b6032c295f5 (patch)
tree7175f6c0a29cdfbb05a1cfb3c3fca36fe31c13e1 /gtk/gtkentrycompletion.h
parent96d636a78007c7ec552ec99b206e2a80b1b218e3 (diff)
downloadgtk+-623abdedf6c6f4ce7dd7eb3594644b6032c295f5.tar.gz
Added gtk_entry_completion_new_with_area()
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r--gtk/gtkentrycompletion.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h
index f120c3a679..a5ba4226c9 100644
--- a/gtk/gtkentrycompletion.h
+++ b/gtk/gtkentrycompletion.h
@@ -26,6 +26,7 @@
#include <gtk/gtktreemodel.h>
#include <gtk/gtkliststore.h>
+#include <gtk/gtkcellarea.h>
#include <gtk/gtktreeviewcolumn.h>
#include <gtk/gtktreemodelfilter.h>
@@ -81,6 +82,7 @@ struct _GtkEntryCompletionClass
/* core */
GType gtk_entry_completion_get_type (void) G_GNUC_CONST;
GtkEntryCompletion *gtk_entry_completion_new (void);
+GtkEntryCompletion *gtk_entry_completion_new_with_area (GtkCellArea *area);
GtkWidget *gtk_entry_completion_get_entry (GtkEntryCompletion *completion);