26#ifndef NETSURF_DESKTOP_SCROLLBAR_H
27#define NETSURF_DESKTOP_SCROLLBAR_H
32#define SCROLLBAR_WIDTH 16
35#define SCROLL_TOP INT_MIN
36#define SCROLL_PAGE_UP (INT_MIN + 1)
37#define SCROLL_PAGE_DOWN (INT_MAX - 1)
38#define SCROLL_BOTTOM INT_MAX
111 int visible_size,
void *client_data,
134 const struct rect *
clip,
float scale,
174 int visible_size,
int full_size);
nserror
Enumeration of error codes.
browser_mouse_state
Mouse state.
static nserror clip(const struct redraw_context *ctx, const struct rect *clip)
Sets a clip rectangle for subsequent plot operations.