[release-notes/gnome-3-10] developers page - add some details to the new widgets
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-10] developers page - add some details to the new widgets
- Date: Mon, 16 Sep 2013 17:37:02 +0000 (UTC)
commit b79c936a50a14f516cdbd9c21a58e6825ad6fca5
Author: Allan Day <allanpday gmail com>
Date: Mon Sep 16 18:36:52 2013 +0100
developers page - add some details to the new widgets
help/C/developers.page | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index a9a6044..3c83cd3 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -22,19 +22,21 @@
<section id="wayland">
<title>Wayland</title>
- <p>Experimental Wayland support. Allows running GNOME Shell and GTK+ applications directly on top of
Wayland.</p>
+ <p>Experimental Wayland support. Allows running GNOME Shell and GTK+ applications directly on top of
Wayland. </p>
<p>TO DO: instructions</p>
+ <p>Further details about GNOME on Wayland can be found on the <link
href="https://wiki.gnome.org/Wayland">GNOME Wayland wiki page</link>.</p>
</section>
<section id="new-widgets">
<title>New GTK+ Widgets</title>
<p>GTK+ 3.10 introduces a collection of new interface widgets. These allow modern applications to be
built in line with the latest design patterns.</p>
<list>
- <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkStack.html">GtkStack</link>: TO
DO</p></item>
- <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkRevealer.html">GtkRevealer</link>: TO
DO</p></item>
- <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkListBox.html">GtkListBox</link>: TO
DO</p></item>
- <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkHeaderBar.html">GtkHeaderBar</link>: TO
DO</p></item>
- <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkSearchBar.html">GtkSearchBar</link>: TO
DO</p></item>
+ <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkStack.html">GtkStack</link>: a container
which shows one child at a time. Transitions between pages can be animated as slides or fades.</p></item>
+ <item><p><link
href="https://developer.gnome.org/gtk3/3.10/GtkStackSwitcher.html">GtkStackSwitcher</link>: a set of linked
buttons that can be used to control which page is displayed in a stack. Designed to be used in conjunction
with GtkStack.</p></item>
+ <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkRevealer.html">GtkRevealer</link>: a
container which animates the transition of its child from invisible to visible.</p></item>
+ <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkListBox.html">GtkListBox</link>: a
vertical container. Rows can be dynamically sorted and filtered, and navigation is possible using pointer or
keyboard. GtkListBox provides an alternative to <link
href="https://developer.gnome.org/gtk3/3.10/GtkTreeView.html">GtkTreeView</link>. Rows can contain controls
and complex layouts.</p></item>
+ <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkHeaderBar.html">GtkHeaderBar</link>: a
horizontal container that can be placed at the top of a window, which plays the role of both a title bar and
a toolbar. Content can be placed at the start or end, and can be centered.</p></item>
+ <item><p><link href="https://developer.gnome.org/gtk3/3.10/GtkSearchBar.html">GtkSearchBar</link>: a
container which can be placed below a GtkHeaderBar, and which is designed to contain search controls. The bar
can be hidden and revealed on demand.</p></item>
</list>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]