[amtk] GTK+ -> GTK
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [amtk] GTK+ -> GTK
- Date: Sun, 3 Nov 2019 14:00:05 +0000 (UTC)
commit fdffce8a1cbb56bc54b1f254c8625de2ca6f096a
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Nov 3 14:57:43 2019 +0100
GTK+ -> GTK
The GTK project has been renamed.
README | 6 +++---
amtk.doap | 2 +-
amtk/NOTES | 2 +-
amtk/amtk-menu-item.c | 2 +-
amtk/amtk-utils.h | 2 +-
docs/reference/amtk-intro.xml.in | 10 +++++-----
6 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/README b/README
index 0aa1d25..7ba3848 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-Amtk - Actions, Menus and Toolbars Kit for GTK+ applications
-============================================================
+Amtk - Actions, Menus and Toolbars Kit for GTK applications
+===========================================================
This is version 5.0.1 of Amtk.
@@ -18,7 +18,7 @@ Dependencies
------------
- GLib >= 2.52
-- GTK+ >= 3.22
+- GTK >= 3.22
Installation
------------
diff --git a/amtk.doap b/amtk.doap
index 7ae975f..6344689 100644
--- a/amtk.doap
+++ b/amtk.doap
@@ -5,7 +5,7 @@
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Amtk</name>
- <shortdesc xml:lang="en">Actions, Menus and Toolbars Kit for GTK+ applications</shortdesc>
+ <shortdesc xml:lang="en">Actions, Menus and Toolbars Kit for GTK applications</shortdesc>
<description xml:lang="en">Amtk is the acronym for “Actions, Menus and
Toolbars Kit”. It is a basic GtkUIManager replacement based on GAction. It is
suitable for both a traditional UI or a modern UI with a GtkHeaderBar.</description>
diff --git a/amtk/NOTES b/amtk/NOTES
index 8f003c2..64cc2e2 100644
--- a/amtk/NOTES
+++ b/amtk/NOTES
@@ -20,7 +20,7 @@ Other possible things to do
- When calling amtk_menu_item_set_icon_name(), do not have a large margin on
the left. GtkUIManager was able to put the icon without the large margin (in
the same column as the check or radio drawing). Maybe only GtkImageMenuItem
- is able to do that, but is deprecated (and removed in GTK+ 4).
+ is able to do that, but is deprecated (and removed in GTK 4).
- Add convenient API to replace a placeholder by a list of menu/toolbar items?
And be able to update the placeholder content when the application runs (so
diff --git a/amtk/amtk-menu-item.c b/amtk/amtk-menu-item.c
index f29326c..5d836d1 100644
--- a/amtk/amtk-menu-item.c
+++ b/amtk/amtk-menu-item.c
@@ -88,7 +88,7 @@ amtk_menu_item_set_long_description (GtkMenuItem *menu_item,
* Since: 2.0
*/
/* Based on gtk_model_menu_item_set_icon() from gtkmodelmenuitem.c (private
- * GTK+ class).
+ * GTK class).
* Copyright 2011, 2013 Canonical Limited
*/
void
diff --git a/amtk/amtk-utils.h b/amtk/amtk-utils.h
index 8086e66..5247b16 100644
--- a/amtk/amtk-utils.h
+++ b/amtk/amtk-utils.h
@@ -37,7 +37,7 @@ gchar * _amtk_utils_replace_home_dir_with_tilde (const gchar
*filename);
gchar * amtk_utils_remove_mnemonic (const gchar *str);
-/* GTK+ utilities */
+/* GTK utilities */
gchar * amtk_utils_recent_chooser_menu_get_item_uri (GtkRecentChooserMenu *menu,
GtkMenuItem *item);
diff --git a/docs/reference/amtk-intro.xml.in b/docs/reference/amtk-intro.xml.in
index 056b702..f9cf912 100644
--- a/docs/reference/amtk-intro.xml.in
+++ b/docs/reference/amtk-intro.xml.in
@@ -15,7 +15,7 @@
<refnamediv>
<refname>Amtk Introduction</refname>
<refpurpose>
- Introduction to the Actions, Menus and Toolbars Kit for GTK+ applications.
+ Introduction to the Actions, Menus and Toolbars Kit for GTK applications.
</refpurpose>
</refnamediv>
@@ -24,7 +24,7 @@
initially created as a basic <link linkend="GtkUIManager">GtkUIManager</link>
replacement based on <link linkend="GAction">GAction</link>.
<link linkend="GtkUIManager">GtkUIManager</link> has been deprecated in
- GTK+ 3 (and removed in GTK+ 4), without a good replacement for
+ GTK 3 (and removed in GTK 4), without a good replacement for
applications that want to keep a traditional UI (with a
<link linkend="GtkMenuBar">GtkMenuBar</link>, a
<link linkend="GtkToolbar">GtkToolbar</link> and a
@@ -94,7 +94,7 @@
<listitem>
<para>
Something that is not possible to do with the support of
- <link linkend="GMenu">GMenu</link> in GTK+, that Amtk solves when using
+ <link linkend="GMenu">GMenu</link> in GTK, that Amtk solves when using
<link linkend="GtkMenuItem">GtkMenuItem</link>'s: when a
<link linkend="GtkMenuItem">GtkMenuItem</link> is selected (e.g. when
the mouse hovers it), showing a longer description in the
@@ -147,9 +147,9 @@
</refsect1>
<refsect1>
- <title>GTK+ dependency</title>
+ <title>GTK dependency</title>
<para>
- Amtk @AMTK_API_VERSION@ depends on GTK+ 3.
+ Amtk @AMTK_API_VERSION@ depends on GTK 3.
</para>
</refsect1>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]