From 8db32fc061dd4081dce43700db86eb7f6a7856b5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 22 Mar 2009 14:34:56 +0000 Subject: add vertical scrollbar to freamebuffer svn path=/trunk/netsurf/; revision=6817 --- framebuffer/fb_tk.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'framebuffer/fb_tk.h') diff --git a/framebuffer/fb_tk.h b/framebuffer/fb_tk.h index a3b744b4f..965157b97 100644 --- a/framebuffer/fb_tk.h +++ b/framebuffer/fb_tk.h @@ -88,6 +88,16 @@ fbtk_create_fill(fbtk_widget_t *window, int x, int y, int width, int height, col fbtk_widget_t * fbtk_create_hscroll(fbtk_widget_t *window, int x, int y, int width, int height, colour fg, colour bg); +/** Create a vertical scroll widget + * + * Create a vertical scroll widget. + * + * @param window The window to add the filled area widget to. + * @return new widget handle or NULL on error. + */ +fbtk_widget_t * +fbtk_create_vscroll(fbtk_widget_t *window, int x, int y, int width, int height, colour fg, colour bg); + /** Create a user widget. * * Create a widget which is to be handled entirely by the calling application. -- cgit v1.2.3