From a3db7437b3a566a1d7576da4f2184837cc2c0edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sat, 27 Jul 2019 10:23:01 +0000 Subject: [PATCH] overview.xml: The GTK library does not depend on the GTK library MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation stated: GTK is a library.… GTK depends on the following libraries: GTK The GTK library itself contains widgets, that is, GUI components such as GtkButton or GtkTextView. There is no point in stating, that the GTK library depends on the GTK library. --- docs/reference/gtk/overview.xml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/reference/gtk/overview.xml b/docs/reference/gtk/overview.xml index 17b86ab3c8..f49ce93eb8 100644 --- a/docs/reference/gtk/overview.xml +++ b/docs/reference/gtk/overview.xml @@ -11,7 +11,10 @@ GTK is released under the GNU Library General Public License applications. GTK has a C-based object-oriented architecture that allows for maximum flexibility. Bindings for many other languages have been written, including C++, Objective-C, Guile/Scheme, Perl, Python, -TOM, Ada95, Free Pascal, and Eiffel. +TOM, Ada95, Free Pascal, and Eiffel. The GTK library itself contains +widgets, that is, GUI components such as GtkButton +or GtkTextView. + GTK depends on the following libraries: @@ -105,14 +108,6 @@ and rendering it using different rendering APIs. GSK provides renderers for OpenGL, Vulkan and cairo. - - -GTK - -The GTK library itself contains widgets, -that is, GUI components such as GtkButton or GtkTextView. - -