X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/c289d0845a6b7307eab27e92590a03daf200f7c8..3a63ef2a6c503a66bf1559fc60f5e3e07d0838be:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index a1d4b25..fdb9faf 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -15,7 +15,7 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: gtktypes.lisp,v 1.24 2004-12-20 20:09:53 espen Exp $ +;; $Id: gtktypes.lisp,v 1.25 2004-12-20 22:43:26 espen Exp $ (in-package "GTK") @@ -531,6 +531,19 @@ :reader combo-entry :type entry))) + ("GtkEntryCompletion" + :slots + ((entry + :allocation :virtual + :getter "gtk_entry_completion_get_entry" + :reader entry-completion-entry + :type entry) + (minimum-key-length + :merge t :unbound -1) + #+gtk2.6 + (text-column + :merge t :unbound -1))) + ("GtkRadioButton" :slots ((group