GtkTreeView doesn't expand/collapse with Right/Left cursor keys on Windows

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
This commit is contained in:
Dom Lachowicz 2007-05-09 16:30:23 +00:00 committed by Dom Lachowicz
parent 465b7f441b
commit f795745019
2 changed files with 15 additions and 1 deletions

View File

@ -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:

View File

@ -43,4 +43,12 @@ style "msw-default"
{
}
}
class "*" style "msw-default"
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"