Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk-engine/src/olpc_misc.h
blob: 478a4855f06ded4462c3fe60f4852e4bb8f8dd5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
GtkShadowType
GE_INTERNAL olpc_shadow_type (GtkStyle *style, const char *detail, GtkShadowType requested);

GE_INTERNAL void
olpc_slash_two(cairo_t *cr,
                  CairoColor *color1,
                  CairoColor *color2,
                  gint x,
                  gint y,
                  gint width,
                  gint height);

GE_INTERNAL void
olpc_slash_one(cairo_t *cr,
                  CairoColor *color1,
                  CairoColor *color2,
                  gint x,
                  gint y,
                  gint width,
                  gint height);

GE_INTERNAL void
olpc_dot(cairo_t *cr,
            CairoColor *color1,
            CairoColor *color2,
            gint x,
            gint y);

GE_INTERNAL void olpc_arrow (cairo_t *canvas,
			CairoColor *color,
			GtkArrowType arrow_type, 
                        gboolean fill,
			gint x, 
			gint y, 
			gint width, 
			gint height);

GE_INTERNAL void olpc_draw_separator(cairo_t *cr, gboolean horizontal,
                           int x, int y, int width, int height);