1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2/* GTK - The GIMP Toolkit
3 * Copyright (C) 1998, 2001 Tim Janik
4 * Copyright (C) Javier Jardón <jjardon@gnome.org>
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
18 */
19
20#ifndef __GTK_ACCEL_GROUP_PRIVATE_H__
21#define __GTK_ACCEL_GROUP_PRIVATE_H__
22
23
24#include <gtk/gtkaccelgroup.h>
25
26G_BEGIN_DECLS
27
28void gtk_accelerator_print_label (GString *gstring,
29 guint accelerator_key,
30 GdkModifierType accelerator_mods);
31G_END_DECLS
32
33#endif /* __GTK_ACCEL_GROUP_PRIVATE_H__ */
34

source code of gtk/gtk/gtkaccelgroupprivate.h