The method GtkCList.get_selectable always returns None, regradless of
whether the row is selectable or not. This is due to a bug in
gtklists.defs. This bug is present in at least gnome-python 1.0.51 and
1.0.52.


Here's a patch:

--- gtklists.defs.~1~   Sat Jan 22 11:36:17 2000
+++ gtklists.defs       Tue Mar 14 21:17:10 2000
@@ -373,7 +373,7 @@
    (bool selectable)))
 
 (define-func gtk_clist_get_selectable
-  none
+  bool
   ((GtkCList clist)
    (int row)))
 


-- 
Bernhard Herzog   | Sketch, a drawing program for Unix
[EMAIL PROTECTED]  | http://sketch.sourceforge.net/
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to