chiark / gitweb /
Manual overriding some slot setters for icon-view
[clg] / gtk / gtktypes.lisp
index aeab0f6d5be330eb7511df1b99f5dc795bddc4b8..a6cfa197ed3f06fe163f6d351ec4611c72310de3 100644 (file)
@@ -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.34 2005-03-06 17:26:23 espen Exp $
+;; $Id: gtktypes.lisp,v 1.35 2005-03-13 18:10:14 espen Exp $
 
 (in-package "GTK")
 
@@ -993,6 +993,12 @@     (default-height :merge t :unbound -1)))
      :reader clipboard-display
      :type gdk:display)))
 
+  #+gtk2.6
+  ("GtkIconView"
+   :slots
+   ((text-column :merge t :setter %icon-view-set-text-column)
+    (markup-column :merge t :setter %icon-view-set-markup-column)
+    (pixbuf-column :merge t :setter %icon-view-set-pixbuf-column)))
 
   ;; Not needed
   ("GtkFundamentalType" :ignore t)