comparison libmenu/menu_list.h @ 24979:476d4922566a

Make page up and down with proper page size instead of always 10 rows.
author ulion
date Sat, 10 Nov 2007 02:01:41 +0000
parents 9ad9b0a4db27
children 96d0992c7920
comparison
equal deleted inserted replaced
24978:334ccebe77c4 24979:476d4922566a
26 26
27 char* title; 27 char* title;
28 int x,y; 28 int x,y;
29 int w,h; 29 int w,h;
30 int vspace, minb; 30 int vspace, minb;
31 int disp_lines;
31 char* ptr; 32 char* ptr;
32 int title_bg,title_bg_alpha; 33 int title_bg,title_bg_alpha;
33 int item_bg,item_bg_alpha; 34 int item_bg,item_bg_alpha;
34 int ptr_bg,ptr_bg_alpha; 35 int ptr_bg,ptr_bg_alpha;
35 } menu_list_priv_t; 36 } menu_list_priv_t;
53 \ 54 \
54 "MPlayer", \ 55 "MPlayer", \
55 -1,-1, \ 56 -1,-1, \
56 0,0, \ 57 0,0, \
57 5, 3, \ 58 5, 3, \
59 0, \
58 NULL, \ 60 NULL, \
59 0xFF, 0xFF, \ 61 0xFF, 0xFF, \
60 0xFF, 0xFF, \ 62 0xFF, 0xFF, \
61 0xA4, 0x50 \ 63 0xA4, 0x50 \
62 } 64 }