From f25beff7a6102d2b4719ab6060aa34f5782fd6b6 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 19 Mar 2021 17:23:46 +0000 Subject: [PATCH] docs: Restructure the list of UI libraries Put GTK at the top. --- .gitlab-ci/pages/index.html | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.gitlab-ci/pages/index.html b/.gitlab-ci/pages/index.html index 458634a590..79f6e44358 100644 --- a/.gitlab-ci/pages/index.html +++ b/.gitlab-ci/pages/index.html @@ -79,11 +79,23 @@ SPDX-License-Identifier: LGPL-2.1-or-later
-
Cairo
-

Cairo is a 2D graphics library with support for multiple output - devices. It is designed to produce consistent, high quality output - on all media.

-

Cairo API reference

+
GTK
+

GTK is the primary library used to construct user interfaces. It + provides user interface controls and signal callbacks to respond to + user actions.

+

GTK API reference

+
+ +
+
GSK
+

An intermediate layer which provides a rendering API implemented using Cairo, OpenGL or Vulkan.

+

GDK API reference

+
+ +
+
GDK
+

An intermediate layer which isolates GTK from the details of the windowing system.

+

GDK API reference

@@ -101,23 +113,11 @@ SPDX-License-Identifier: LGPL-2.1-or-later
-
GDK
-

An intermediate layer which isolates GTK from the details of the windowing system.

-

GDK API reference

-
- -
-
GSK
-

An intermediate layer which provides a rendering API implemented using Cairo, OpenGL or Vulkan.

-

GDK API reference

-
- -
-
GTK
-

GTK is the primary library used to construct user interfaces. It - provides user interface controls and signal callbacks to respond to - user actions.

-

GTK API reference

+
Cairo
+

Cairo is a 2D graphics library with support for multiple output + devices. It is designed to produce consistent, high quality output + on all media.

+

Cairo API reference