PANEL
PANEL _stdscr_panel __dso_hidden;
PANEL *
panel_above(PANEL *p)
PANEL *
panel_below(PANEL *p)
PANEL *below;
bottom_panel(PANEL *p)
del_panel(PANEL *p)
panel_userptr(PANEL *p)
panel_hidden(PANEL *p)
hide_panel(PANEL *p)
PANEL *other;
move_panel(PANEL *p, int y, int x)
PANEL *other;
static PANEL *
PANEL *p;
p = (PANEL *)malloc(sizeof(PANEL));
PANEL *
PANEL *new_panel(WINDOW *);
int del_panel(PANEL *);
int replace_panel(PANEL *, WINDOW *);
WINDOW *panel_window(PANEL *);
int set_panel_userptr(PANEL *, char *);
char *panel_userptr(PANEL *);
int hide_panel(PANEL *);
int show_panel(PANEL *);
int panel_hidden(PANEL *);
int top_panel(PANEL *);
int bottom_panel(PANEL *);
PANEL *panel_above(PANEL *);
PANEL *panel_below(PANEL *);
int move_panel(PANEL *, int, int);
extern PANEL _stdscr_panel __dso_hidden;
replace_panel(PANEL *p, WINDOW *w)
PANEL *other;
set_panel_userptr(PANEL *p, char *u)
show_panel(PANEL *p)
top_panel(PANEL *p)
PANEL *p;
PANEL *above = p;
panel_window(PANEL *p)
pxa2x0_lcd_attach_sub(sc, &paa, &PANEL);
pxa2x0_lcd_setup_wsscreen(&lcd_bpp16_screen, &PANEL, NULL);
pxa2x0_lcd_setup_wsscreen(&lcd_bpp8_screen, &PANEL, NULL);
pxa2x0_lcd_setup_wsscreen(&lcd_bpp4_screen, &PANEL, NULL);