1
2/* GTK - The GIMP Toolkit
3 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version.
9 *
10 * This library 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 GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library. If not, see <http://www.gnu.org/licenses/>.
17 */
18
19/*
20 * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
21 * file for a list of people on the GTK+ Team. See the ChangeLog
22 * files for a list of changes. These files are distributed with
23 * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
24 */
25
26#ifndef __GTK_SHORTCUTS_WINDOW_PRIVATE_H__
27#define __GTK_SHORTCUTS_WINDOW_PRIVATE_H__
28
29#include "gtkshortcutswindow.h"
30
31G_BEGIN_DECLS
32
33void gtk_shortcuts_window_set_window (GtkShortcutsWindow *self,
34 GtkWindow *window);
35
36G_END_DECLS
37
38#endif /* __GTK_sHORTCUTS_WINDOW_PRIVATE_H__ */
39

source code of gtk/gtk/gtkshortcutswindowprivate.h