1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

API enhancements

This commit is contained in:
Nikolay Pultsin 2011-06-19 14:02:10 +01:00
parent 37924e0072
commit 9296cef55e
6 changed files with 95 additions and 30 deletions

View file

@ -49,6 +49,8 @@ interface ApiMethods {
int IS_PAGE_END_OF_TEXT = 703;
int IS_PAGE_END_OF_SECTION = 704;
// view change
// view management
int SET_PAGE_START = 801;
int HIGHLIGHT_AREA = 802;
int CLEAR_HIGHLIGHTING = 803;
}