guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fw: guile-gnome0-gtk: patch on gtk/gnome/overrides/gtk.defs


From: David Pirotte
Subject: Fw: guile-gnome0-gtk: patch on gtk/gnome/overrides/gtk.defs
Date: Fri, 6 Jan 2006 00:07:55 +0100

Hi Patrick,

here is the patch which solves, thanks to Andy Wingo, the problem
we spoke about

Begin forwarded message:

Date: Thu, 05 Jan 2006 23:31:38 +0100
From: address@hidden
To: Debian Bug Tracking System <address@hidden>
Subject: guile-gnome0-gtk: patch on gtk/gnome/overrides/gtk.defs


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

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]