]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkrc.key.emacs
new function (gtk_tree_view_column_create_button): use g_signal_* instead
[~andy/gtk] / gtk / gtkrc.key.emacs
index ce5e737c2ab4fa598d7657251609f1e47e4a7a71..bd2bd5c74dc6ae36c234084444a606867a388f22 100644 (file)
@@ -50,6 +50,17 @@ binding "gtk-emacs-text-view"
   bind "<ctrl>KP_Space" { "set-anchor" () }
 }
 
+#
+# Bindings for GtkTreeView
+#
+binding "gtk-emacs-tree-view"
+{
+  bind "<ctrl>s" { "start-interactive-search" () }
+  bind "<ctrl>f" { "move-cursor" (logical-positions, 1) }
+  bind "<ctrl>b" { "move-cursor" (logical-positions, -1) }
+}
+
 class "GtkEntry" binding "gtk-emacs-text-entry"
 class "GtkTextView" binding "gtk-emacs-text-entry"
 class "GtkTextView" binding "gtk-emacs-text-view"
+class "GtkTreeView" binding "gtk-emacs-tree-view"