19 #ifndef _MFORMS_SCROLLPANEL_H_
20 #define _MFORMS_SCROLLPANEL_H_
33 #ifndef DOXYGEN_SHOULD_SKIP_THIS
39 void (*add)(ScrollPanel*, View*);
40 void (*
remove)(ScrollPanel*);
42 void (*set_visible_scrollers)(ScrollPanel*,
bool vertical,
bool horizontal);
43 void (*set_autohide_scrollers)(ScrollPanel*,
bool flag);
44 void (*scroll_to_view)(ScrollPanel*, View*);
46 base::Rect (*get_content_rect)(ScrollPanel*);
47 void (*scroll_to)(ScrollPanel*,
int x,
int y);
71 void set_visible_scrollers(
bool vertical,
bool horizontal);
75 void set_autohide_scrollers(
bool flag);
78 void add(
View *child);
83 void scroll_to_view(
View* child);
85 base::Rect get_content_rect();
88 void scroll_to(
int x,
int y);