X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkradioaction.h;h=fccdef72b1f386a700528e9a04b571133a2ccb83;hb=563eb60666d9f72c38d7542b0ab37841e6aac488;hp=4e0be248521e8a725a70139f81e327b3375c2959;hpb=fce9c8b7d45145c4556650843218e0b76c065c18;p=~andy%2Fgtk diff --git a/gtk/gtkradioaction.h b/gtk/gtkradioaction.h index 4e0be2485..fccdef72b 100644 --- a/gtk/gtkradioaction.h +++ b/gtk/gtkradioaction.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * @@ -14,9 +14,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ /* @@ -28,13 +26,13 @@ * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ -#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __GTK_RADIO_ACTION_H__ #define __GTK_RADIO_ACTION_H__ +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif + #include G_BEGIN_DECLS @@ -55,8 +53,7 @@ struct _GtkRadioAction GtkToggleAction parent; /*< private >*/ - - GtkRadioActionPrivate *GSEAL (private_data); + GtkRadioActionPrivate *private_data; }; struct _GtkRadioActionClass @@ -81,6 +78,8 @@ GtkRadioAction *gtk_radio_action_new (const gchar *name, GSList *gtk_radio_action_get_group (GtkRadioAction *action); void gtk_radio_action_set_group (GtkRadioAction *action, GSList *group); +void gtk_radio_action_join_group (GtkRadioAction *action, + GtkRadioAction *group_source); gint gtk_radio_action_get_current_value (GtkRadioAction *action); void gtk_radio_action_set_current_value (GtkRadioAction *action, gint current_value);