From 7b804e65f93b330feb974da2b93852cb895c3aef Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Mon, 28 Feb 2011 10:17:53 +0100 Subject: reference: pygtk-gtkentrycompletion.xml: add missing method & fix signal notation --- docs/reference/pygtk-gtkentrycompletion.xml | 31 ++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/reference/pygtk-gtkentrycompletion.xml b/docs/reference/pygtk-gtkentrycompletion.xml index f1263bcb..dc08fb2f 100644 --- a/docs/reference/pygtk-gtkentrycompletion.xml +++ b/docs/reference/pygtk-gtkentrycompletion.xml @@ -133,6 +133,11 @@ linkend="method-gtkentrycompletion--get-popup-single-match">get_popup_single_match + + get_completion_prefix + + @@ -259,7 +264,7 @@ - "cursor_on_match" + "cursor-on-match" callback completion @@ -1074,6 +1079,30 @@ popup window should appear even for a single match. + + gtk.EntryCompletion.get_completion_prefix + + + get_completion_prefix + + + + + Returns : + The prefix for the current completion. + + + + + This method is available in PyGTK 2.12 and above. + + + The get_completion_prefix() method +gets the original text entered by the user that triggered the completion or +None if there's no completion ongoing. + + + -- cgit v1.2.1