From 665e68adb6535affa0e9e9e671e746dde8ef2f26 Mon Sep 17 00:00:00 2001 From: espen Date: Sat, 26 Feb 2005 18:53:33 +0000 Subject: [PATCH] Added some slots to DISPLAY --- gdk/gdktypes.lisp | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 98aefea..e8cd686 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.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: gdktypes.lisp,v 1.14 2005/02/26 10:44:09 espen Exp $ +;; $Id: gdktypes.lisp,v 1.15 2005/02/26 18:53:33 espen Exp $ (in-package "GDK") @@ -101,6 +101,22 @@ ("GdkFont" :ignore t) ; deprecated ("GdkEventMask" :ignore t) ; manually defined + ("GdkDisplay" + :slots + ((name + :allocation :virtual + :getter "gdk_display_get_name" + :reader display-name + :type (copy-of string)) + (screens + :allocation :virtual + :getter display-screens) + (devices + :allocation :virtual + :getter "gdk_display_list_devices" + :reader display-devices + :type (copy-of (glist device))))) + ("GdkDrawable" :slots ((display -- 2.11.0