Package: guile-gnome0-gtk
Followup-For: Bug #328064


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686
Locale: LANG=fr_BE.ISO-8859-1, LC_CTYPE=fr_BE.ISO-8859-1 (charmap=ISO-8859-1)
the following patch should be applied to gtk/gnome/overrides/gtk.defs
which among other things fix the gtk-list-store-* api calls (that were
otherwise missing)

;;; -- patch file starts here
--- gtk.defs.old        2005-01-24 12:52:58.000000000 +0100
+++ gtk.defs    2006-01-05 23:17:40.000000000 +0100
@@ -677,7 +677,6 @@
              "gtk_combo_new" ;; avoid ignoring gtk_combo_box
              "gtk_combo_set_*"
              "gtk_combo_disable_activate"
-             "gtk_list*"
              "gtk_old_editable*"
              "gtk_option_menu*"
              "gtk_pixmap*"
@@ -761,6 +760,33 @@
         "gtk_icon_theme_set_search_path" ;; takes array
         "gtk_icon_theme_get_search_path" ;; returns array
         
+        "gtk_list_get_type"
+        "gtk_list_new"
+        "gtk_list_insert_items"
+        "gtk_list_append_items"
+        "gtk_list_prepend_items"
+        "gtk_list_remove_items"
+        "gtk_list_remove_items_no_unref"
+        "gtk_list_clear_items"
+        "gtk_list_select_item"
+        "gtk_list_unselect_item"
+        "gtk_list_select_child"
+        "gtk_list_unselect_child"
+        "gtk_list_child_position"
+        "gtk_list_set_selection_mode"
+        "gtk_list_extend_selection"
+        "gtk_list_start_selection"
+        "gtk_list_end_selection"
+        "gtk_list_select_all"
+        "gtk_list_unselect_all"
+        "gtk_list_scroll_horizontal"
+        "gtk_list_scroll_vertical"
+        "gtk_list_toggle_add_mode"
+        "gtk_list_toggle_focus_row"
+        "gtk_list_toggle_row"
+        "gtk_list_undo_selection"
+        "gtk_list_end_drag_selection"
+
         "gtk_list_store_set_column_types"
 
         "gtk_preview_uninit"
;;; -- patch end


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to