]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktogglebutton.h
[ Patch from Sebastian Wilhelmi, 52790 ]
[~andy/gtk] / gtk / gtktogglebutton.h
index c9f8226ada771653bfba1c843d2959ed77f5d7d5..abc4e6f1fcd6eea16a8333a828c5c584cb9c9a9c 100644 (file)
@@ -84,6 +84,10 @@ void       gtk_toggle_button_set_inconsistent  (GtkToggleButton *toggle_button,
 gboolean   gtk_toggle_button_get_inconsistent  (GtkToggleButton *toggle_button);
 
 
+#ifndef GTK_DISABLE_DEPRECATED
+#define        gtk_toggle_button_set_state             gtk_toggle_button_set_active
+#endif /* GTK_DISABLE_DEPRECATED */
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */