text viewer: can selected scroll by column/scroll by screen for the horizontal screen.

Viewer Options: "Scrollbar", "Overlap Pages", "Auto-Scroll Speed" move to Scroll Settings > Vertical.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26654 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Yoshihisa Uchida 2010-06-07 11:04:09 +00:00
parent 04fd0ce374
commit 1ce70a679c
9 changed files with 134 additions and 72 deletions

View file

@ -29,7 +29,7 @@
enum tv_horizontal_scroll_mode
{
TV_HORIZONTAL_SCROLL_COLUMN, /* left/right one column */
TV_HORIZONTAL_SCROLL_WINDOW, /* left/right one window */
TV_HORIZONTAL_SCROLL_SCREEN, /* left/right one screen */
TV_HORIZONTAL_SCROLL_PREFS, /* left/right follows the settings */
};