1/* GTK - The GIMP Toolkit
2 * Copyright (C) 2010 Carlos Garnacho <carlosg@gnome.org>
3 * Copyright (C) 2011 Red Hat, Inc.
4 *
5 * Authors: Carlos Garnacho <carlosg@gnome.org>
6 * Cosimo Cecchi <cosimoc@gnome.org>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
10 * License as published by the Free Software Foundation; either
11 * version 2 of the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
20 */
21
22#ifndef __GTK_RENDER_BORDER_H__
23#define __GTK_RENDER_BORDER_H__
24
25#include "gtkborder.h"
26#include "gtkcssboxesprivate.h"
27#include "gtktypes.h"
28
29G_BEGIN_DECLS
30
31void gtk_css_style_snapshot_border (GtkCssBoxes *boxes,
32 GtkSnapshot *snapshot);
33
34void gtk_css_style_snapshot_outline (GtkCssBoxes *boxes,
35 GtkSnapshot *snapshot);
36
37G_END_DECLS
38
39#endif /* __GTK_RENDER_BORDER_H__ */
40

source code of gtk/gtk/gtkrenderborderprivate.h