diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 12:01:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-12 12:01:04 -0400 |
commit | 929a56e53cddb56e9057ff6c3aa2d968ce31a103 (patch) | |
tree | 65742eabdc7437b5c8a8712b3cc64b27e56ab94d /gtk/gtklevelbar.c | |
parent | 6ed1c181eeb5c59915300eea821b8008c18f25b3 (diff) | |
download | gtk+-929a56e53cddb56e9057ff6c3aa2d968ce31a103.tar.gz |
Clean up lots of GTK+ -> GTK
Replace most remaining uses of GTK+ in the docs and
user-visible strings by GTK. Also remove some leftover
"Was added in 3.x" sentences from the docs.
Diffstat (limited to 'gtk/gtklevelbar.c')
-rw-r--r-- | gtk/gtklevelbar.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk/gtklevelbar.c b/gtk/gtklevelbar.c index c324bf7fdc..0b59a84d2b 100644 --- a/gtk/gtklevelbar.c +++ b/gtk/gtklevelbar.c @@ -35,7 +35,7 @@ * values 0.25, 0.75 and 1.0 respectively. * * Note that it is your responsibility to update preexisting offsets - * when changing the minimum or maximum value. GTK+ will simply clamp + * when changing the minimum or maximum value. GTK will simply clamp * them to the new range. * * ## Adding a custom offset on the bar @@ -87,8 +87,6 @@ * set the minimum value to 0 and the maximum value to 5 after changing the indicator * mode to discrete. * - * GtkLevelBar was introduced in GTK+ 3.6. - * * # GtkLevelBar as GtkBuildable * * The GtkLevelBar implementation of the GtkBuildable interface supports a |