]> Pileus Git - ~andy/gtk/commitdiff
GtkTreeView doesn't expand/collapse with Right/Left cursor keys on Windows
authorDom Lachowicz <domlachowicz@gmail.com>
Wed, 9 May 2007 16:30:23 +0000 (16:30 +0000)
committerDom Lachowicz <doml@src.gnome.org>
Wed, 9 May 2007 16:30:23 +0000 (16:30 +0000)
2007-05-09  Dom Lachowicz <domlachowicz@gmail.com>

        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: GtkTreeView
doesn't
        expand/collapse with Right/Left cursor keys on Windows
        (#436269, Daniel Atallah)

svn path=/trunk/; revision=17810

ChangeLog
modules/engines/ms-windows/Theme/gtk-2.0/gtkrc

index d5f902a0fc628f6aad9ae04dcc9b50a6395431e8..319a0f67ea21ab8e4075e65bd0ea0866319fb276 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-09  Dom Lachowicz <domlachowicz@gmail.com>
+
+       * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: GtkTreeView doesn't 
+       expand/collapse with Right/Left cursor keys on Windows
+       (#436269, Daniel Atallah)
+
 2007-05-09  Cody Russell  <bratsche@gnome.org>
 
        * gtk/gtkmenu.c:
index 0553fb0b2ccf6cb86347e6216bb0d49beeacb1e0..a5406a750c5f936e6a29685849767f16b6bb6273 100755 (executable)
@@ -43,4 +43,12 @@ style "msw-default"
   {
   }
 }
-class "*" style "msw-default"
\ No newline at end of file
+class "*" style "msw-default"
+
+binding "ms-windows-tree-view"
+{
+  bind "Right" { "expand-collapse-cursor-row" (1,1,0) }
+  bind "Left" { "expand-collapse-cursor-row" (1,0,0) }
+}
+
+class "GtkTreeView" binding "ms-windows-tree-view"