From: espen Date: Wed, 2 Jan 2008 15:57:57 +0000 (+0000) Subject: Added new binding ENTRY-COMPLETION-GET-COMPLETION-PREFIX X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/3090d7d102872cf30c453193bcf6244b9d59879c Added new binding ENTRY-COMPLETION-GET-COMPLETION-PREFIX --- diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index 6077eb1..6ba484d 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtk.lisp,v 1.86 2007-12-30 18:37:12 espen Exp $ +;; $Id: gtk.lisp,v 1.87 2008-01-02 15:57:57 espen Exp $ (in-package "GTK") @@ -972,6 +972,10 @@ (defbinding entry-completion-complete () nil (completion entry-completion)) +#?(pkg-exists-p "gtk+-2.0" :atleast-version "2.12.0") +(defbinding entry-completion-get-completion-prefix () string + (completion entry-completion)) + #?(pkg-exists-p "gtk+-2.0" :atleast-version "2.6.0") (defbinding entry-completion-insert-prefix () nil (completion entry-completion))