From c7b6c2f441b4d4e9c4f29c8f8aa296216afbfe87 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Aug 2020 20:57:25 -0400 Subject: Remove GtkRadioButton references in the docs --- gtk/gtkcheckbutton.c | 2 +- gtk/gtkmodelbutton.c | 2 +- gtk/gtkrender.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk') diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index 296ba6f2ba..13aa7fb6cd 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -42,7 +42,7 @@ * SECTION:gtkcheckbutton * @Short_description: Create widgets with a discrete toggle button * @Title: GtkCheckButton - * @See_also: #GtkButton, #GtkToggleButton, #GtkRadioButton + * @See_also: #GtkButton, #GtkToggleButton * * A #GtkCheckButton places a label next to an indicator. * diff --git a/gtk/gtkmodelbutton.c b/gtk/gtkmodelbutton.c index 7eda4627fd..0e98039193 100644 --- a/gtk/gtkmodelbutton.c +++ b/gtk/gtkmodelbutton.c @@ -54,7 +54,7 @@ * @Title: GtkModelButton * * GtkModelButton is a button class that can use a #GAction as its model. - * In contrast to #GtkToggleButton or #GtkRadioButton, which can also + * In contrast to #GtkToggleButton or #GtkCheckButton, which can also * be backed by a #GAction via the #GtkActionable:action-name property, * GtkModelButton will adapt its appearance according to the kind of * action it is backed by, and appear either as a plain, check or diff --git a/gtk/gtkrender.c b/gtk/gtkrender.c index e095832cc3..4abb9fbc0e 100644 --- a/gtk/gtkrender.c +++ b/gtk/gtkrender.c @@ -104,7 +104,7 @@ gtk_render_check (GtkStyleContext *context, * @width: rectangle width * @height: rectangle height * - * Renders an option mark (as in a #GtkRadioButton), the %GTK_STATE_FLAG_CHECKED + * Renders an option mark (as in a radio button), the %GTK_STATE_FLAG_CHECKED * state will determine whether the option is on or off, and * %GTK_STATE_FLAG_INCONSISTENT whether it should be marked as undefined. * -- cgit v1.2.1