NetSurf
image_data.h
Go to the documentation of this file.
1/*
2 * Copyright 2008 Vincent Sanders <vince@simtec.co.uk>
3 *
4 * This file is part of NetSurf, http://www.netsurf-browser.org/
5 *
6 * NetSurf is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * NetSurf is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19#ifndef FB_IMAGE_DATA
20#define FB_IMAGE_DATA
21
22#include "framebuffer/fbtk.h"
23
24extern struct fbtk_bitmap left_arrow;
25extern struct fbtk_bitmap right_arrow;
26extern struct fbtk_bitmap reload;
27extern struct fbtk_bitmap stop_image;
28extern struct fbtk_bitmap history_image;
29
30extern struct fbtk_bitmap left_arrow_g;
31extern struct fbtk_bitmap right_arrow_g;
32extern struct fbtk_bitmap reload_g;
33extern struct fbtk_bitmap stop_image_g;
34extern struct fbtk_bitmap history_image_g;
35
36extern struct fbtk_bitmap scrolll;
37extern struct fbtk_bitmap scrollr;
38extern struct fbtk_bitmap scrollu;
39extern struct fbtk_bitmap scrolld;
40
41extern struct fbtk_bitmap osk_image;
42
43extern struct fbtk_bitmap pointer_image;
44extern struct fbtk_bitmap hand_image;
45extern struct fbtk_bitmap caret_image;
46extern struct fbtk_bitmap menu_image;
47extern struct fbtk_bitmap move_image;
48extern struct fbtk_bitmap progress_image;
49
50extern struct fbtk_bitmap throbber0;
51extern struct fbtk_bitmap throbber1;
52extern struct fbtk_bitmap throbber2;
53extern struct fbtk_bitmap throbber3;
54extern struct fbtk_bitmap throbber4;
55extern struct fbtk_bitmap throbber5;
56extern struct fbtk_bitmap throbber6;
57extern struct fbtk_bitmap throbber7;
58extern struct fbtk_bitmap throbber8;
59
60#endif /* FB_IMAGE_DATA */
struct fbtk_bitmap pointer_image
struct fbtk_bitmap left_arrow
struct fbtk_bitmap throbber0
struct fbtk_bitmap move_image
struct fbtk_bitmap right_arrow
struct fbtk_bitmap throbber7
struct fbtk_bitmap menu_image
struct fbtk_bitmap history_image
struct fbtk_bitmap scrolll
struct fbtk_bitmap throbber8
struct fbtk_bitmap throbber1
struct fbtk_bitmap reload_g
struct fbtk_bitmap right_arrow_g
struct fbtk_bitmap throbber6
struct fbtk_bitmap progress_image
struct fbtk_bitmap throbber4
struct fbtk_bitmap caret_image
struct fbtk_bitmap scrollr
struct fbtk_bitmap reload
struct fbtk_bitmap osk_image
struct fbtk_bitmap scrolld
struct fbtk_bitmap scrollu
struct fbtk_bitmap hand_image
struct fbtk_bitmap throbber2
struct fbtk_bitmap stop_image
struct fbtk_bitmap stop_image_g
struct fbtk_bitmap left_arrow_g
struct fbtk_bitmap history_image_g
struct fbtk_bitmap throbber5
struct fbtk_bitmap throbber3
framebuffer toolkit bitmaps
Definition: fbtk.h:63