[maemo-commits] [maemo-commits] r11377 - in projects/haf/trunk/hildon-theme-layout-4: . rc
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed May 2 09:35:53 EEST 2007
- Next message: [maemo-commits] r11378 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-05-02 09:35:53 +0300 (Wed, 02 May 2007) New Revision: 11377 Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog projects/haf/trunk/hildon-theme-layout-4/rc/base.rc Log: * rc/base.rc: Add GtkTreeView Left/Right binding. Modified: projects/haf/trunk/hildon-theme-layout-4/ChangeLog =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-04-30 09:24:16 UTC (rev 11376) +++ projects/haf/trunk/hildon-theme-layout-4/ChangeLog 2007-05-02 06:35:53 UTC (rev 11377) @@ -1,3 +1,7 @@ +2007-05-02 Xan Lopez <xan.lopez at nokia.com> + + * rc/base.rc: Add GtkTreeView Left/Right binding. + 2007-04-29 Tuomas Kuosmanen <tuomas.kuosmanen at nokia.com> * data/layout.txt: Grand reorganizing of color swatches. Hopefully Modified: projects/haf/trunk/hildon-theme-layout-4/rc/base.rc =================================================================== --- projects/haf/trunk/hildon-theme-layout-4/rc/base.rc 2007-04-30 09:24:16 UTC (rev 11376) +++ projects/haf/trunk/hildon-theme-layout-4/rc/base.rc 2007-05-02 06:35:53 UTC (rev 11377) @@ -193,3 +193,11 @@ } class "GtkDialog" binding "dialog" + +binding "treeview" +{ + bind "Left" { "expand-collapse-cursor-row" (1, 0, 0) } + bind "Right" { "expand-collapse-cursor-row" (1, 1, 0) } +} + +class "GtkTreeView" binding "treeview"
- Next message: [maemo-commits] r11378 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]