]> Pileus Git - ~andy/gtk/blob - gtk/gtkcompat.h
eliminated some queue_draws when invoking gtk_widget_set_state, since that
[~andy/gtk] / gtk / gtkcompat.h
1 /* GTK - The GIMP Toolkit
2  * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Library General Public
6  * License as published by the Free Software Foundation; either
7  * version 2 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Library General Public License for more details.
13  *
14  * You should have received a copy of the GNU Library General Public
15  * License along with this library; if not, write to the
16  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17  * Boston, MA 02111-1307, USA.
18  */
19 #ifndef __GTK_COMPAT_H__
20 #define __GTK_COMPAT_H__
21
22
23 #ifdef __cplusplus
24 extern "C" {
25 #endif /* __cplusplus */
26
27
28 /* this file contains aliases that have to be kept for historical
29  * reasons, because a wide code base depends on them.
30  */
31 #define gtk_accel_label_accelerator_width       gtk_accel_label_get_accel_width
32 #define gtk_container_border_width              gtk_container_set_border_width
33 #define gtk_notebook_current_page               gtk_notebook_get_current_page
34 #define gtk_packer_configure                    gtk_packer_set_child_packing
35 #define gtk_paned_gutter_size                   gtk_paned_set_gutter_size
36 #define gtk_paned_handle_size                   gtk_paned_set_handle_size
37 #define gtk_scale_value_width                   gtk_scale_get_value_width
38 #define gtk_window_position                     gtk_window_set_position
39 #define gtk_toggle_button_set_state             gtk_toggle_button_set_active
40
41 #ifdef __cplusplus
42 }
43 #endif /* __cplusplus */
44
45
46 #endif /* __GTK_COMPAT_H__ */