forked from AuroraMiddleware/gtk
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:
parent
465b7f441b
commit
f795745019
@ -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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user