[gnome-devel-docs/wip/for-kat: 1/5] Re-structure of Platform Demos in C
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs/wip/for-kat: 1/5] Re-structure of Platform Demos in C
- Date: Tue, 27 Jan 2015 13:38:24 +0000 (UTC)
commit a2c9786706b751ae57e1d56d838de8e1e4d94024
Author: Bastian Ilsø <bastianilso src gnome org>
Date: Mon Jan 26 16:36:06 2015 +0000
Re-structure of Platform Demos in C
https://bugzilla.gnome.org/show_bug.cgi?id=743552
platform-demos/C/GtkApplicationWindow.c.page | 2 +-
platform-demos/C/aboutdialog.c.page | 2 +-
platform-demos/C/button.c.page | 2 +-
platform-demos/C/c.page | 44 +++++++++++++++++++----
platform-demos/C/checkbutton.c.page | 2 +-
platform-demos/C/combobox.c.page | 2 +-
platform-demos/C/dialog.c.page | 2 +-
platform-demos/C/entry.c.page | 2 +-
platform-demos/C/gmenu.c.page | 2 +-
platform-demos/C/grid.c.page | 2 +-
platform-demos/C/hello-world.c.page | 48 ++++++++++++-------------
platform-demos/C/image.c.page | 2 +-
platform-demos/C/label.c.page | 2 +-
platform-demos/C/linkbutton.c.page | 2 +-
platform-demos/C/menubar.c.page | 2 +-
platform-demos/C/menubutton.c.page | 2 +-
platform-demos/C/messagedialog.c.page | 2 +-
platform-demos/C/paned.c.page | 2 +-
platform-demos/C/progressbar.c.page | 2 +-
platform-demos/C/radiobutton.c.page | 2 +-
platform-demos/C/scale.c.page | 2 +-
platform-demos/C/scrolledwindow.c.page | 2 +-
platform-demos/C/separator.c.page | 2 +-
platform-demos/C/spinbutton.c.page | 2 +-
platform-demos/C/spinner.c.page | 2 +-
platform-demos/C/statusbar.c.page | 2 +-
platform-demos/C/switch.c.page | 2 +-
platform-demos/C/textview.c.page | 2 +-
platform-demos/C/togglebutton.c.page | 2 +-
platform-demos/C/toolbar.c.page | 2 +-
platform-demos/C/tooltip.c.page | 2 +-
platform-demos/C/treeview.c.page | 2 +-
platform-demos/C/widget.c.page | 2 +-
platform-demos/C/window.c.page | 2 +-
34 files changed, 91 insertions(+), 65 deletions(-)
---
diff --git a/platform-demos/C/GtkApplicationWindow.c.page b/platform-demos/C/GtkApplicationWindow.c.page
index 54578f4..a62dbea 100644
--- a/platform-demos/C/GtkApplicationWindow.c.page
+++ b/platform-demos/C/GtkApplicationWindow.c.page
@@ -6,7 +6,7 @@
id="GtkApplicationWindow.c">
<info>
<title type="text">ApplicationWindow (C)</title>
- <link type="guide" xref="beginner.c#windows"/>
+ <link type="guide" xref="c#windows"/>
<revision version="0.1" date="2012-04-28" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/aboutdialog.c.page b/platform-demos/C/aboutdialog.c.page
index 86c1f43..0efbcb6 100644
--- a/platform-demos/C/aboutdialog.c.page
+++ b/platform-demos/C/aboutdialog.c.page
@@ -6,7 +6,7 @@
id="aboutdialog.c">
<info>
<title type="text">AboutDialog (C)</title>
- <link type="guide" xref="beginner.c#windows"/>
+ <link type="guide" xref="c#windows"/>
<link type="seealso" xref="dialog.c"/>
<link type="seealso" xref="messagedialog.c"/>
<revision version="0.2" date="2012-08-07" status="draft"/>
diff --git a/platform-demos/C/button.c.page b/platform-demos/C/button.c.page
index 264c40f..c1e90cc 100644
--- a/platform-demos/C/button.c.page
+++ b/platform-demos/C/button.c.page
@@ -6,7 +6,7 @@
id="button.c">
<info>
<title type="text">Button (C)</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<link type="seealso" xref="dialog.c"/>
<link type="seealso" xref="grid.c"/>
<revision version="0.2" date="2012-06-22" status="draft"/>
diff --git a/platform-demos/C/c.page b/platform-demos/C/c.page
index 603af45..2a0b166 100644
--- a/platform-demos/C/c.page
+++ b/platform-demos/C/c.page
@@ -13,22 +13,50 @@
</credit>
</info>
-<title>Tutorials, code samples and plaform demos in C</title>
+<title>Platform Demos in C</title>
<links type="section" />
-<section id="code-samples">
-<title>Code samples and tutorial</title>
+<section id="examples">
+<title>Application Demos</title>
</section>
-
-<section id="examples">
-<title>Examples of applications</title>
-
+<section id="samples">
+<title>Widget Demos</title>
+ <section id="windows" style="2column"><title>Windows</title>
+ <p></p>
+ </section>
+ <section id="display-widgets" style="2column"><title>Display widgets</title>
+ </section>
+ <section id="buttons" style="2column"><title>Buttons and toggles</title>
+ </section>
+ <section id="entry" style="2column"><title>Numeric and text data entry</title>
+ </section>
+ <section id="multiline" style="2column"><title>Multiline text editor</title>
+ </section>
+ <section id="menu-combo-toolbar" style="2column"><title>Menu, combo box and toolbar widgets</title>
+ </section>
+ <section id="treeview" style="2column"><title>TreeView widget</title>
+ </section>
+ <section id="selectors"><title>Selectors</title>
+ <section id="file-selectors" style="2column"><title>File selectors</title>
+ </section>
+ <section id="font-selectors" style="2column"><title>Font selectors</title>
+ </section>
+ <section id="color-selectors" style="2column"><title>Color Selectors</title>
+ </section>
+ </section>
+ <section id="layout" style="2column"><title>Layout containers</title>
+ </section>
+ <section id="ornaments" style="2column"><title>Ornaments</title>
+ </section>
+ <section id="scrolling" style="2column"><title>Scrolling</title>
+ </section>
+ <section id="misc" style="2column"><title>Miscellaneous</title>
+ </section>
</section>
-
</page>
diff --git a/platform-demos/C/checkbutton.c.page b/platform-demos/C/checkbutton.c.page
index b9d7bbe..ad4fa6a 100644
--- a/platform-demos/C/checkbutton.c.page
+++ b/platform-demos/C/checkbutton.c.page
@@ -6,7 +6,7 @@
id="checkbutton.c">
<info>
<title type="text">CheckButton (C)</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<revision version="0.1" date="2012-05-31" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/combobox.c.page b/platform-demos/C/combobox.c.page
index e5a9451..a8e3f7b 100644
--- a/platform-demos/C/combobox.c.page
+++ b/platform-demos/C/combobox.c.page
@@ -6,7 +6,7 @@
id="combobox.c">
<info>
<title type="text">ComboBox (C)</title>
- <link type="guide" xref="beginner.c#menu-combo-toolbar"/>
+ <link type="guide" xref="c#menu-combo-toolbar"/>
<revision version="0.1" date="2012-08-20" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/dialog.c.page b/platform-demos/C/dialog.c.page
index 94681cc..148be87 100644
--- a/platform-demos/C/dialog.c.page
+++ b/platform-demos/C/dialog.c.page
@@ -6,7 +6,7 @@
id="dialog.c">
<info>
<title type="text">Dialog (C)</title>
- <link type="guide" xref="beginner.c#windows"/>
+ <link type="guide" xref="c#windows"/>
<link type="seealso" xref="label.c"/>
<link type="seealso" xref="button.c"/>
<revision version="0.1" date="2012-06-14" status="draft"/>
diff --git a/platform-demos/C/entry.c.page b/platform-demos/C/entry.c.page
index d1b2d77..a9823a1 100644
--- a/platform-demos/C/entry.c.page
+++ b/platform-demos/C/entry.c.page
@@ -6,7 +6,7 @@
id="entry.c">
<info>
<title type="text">Entry (C)</title>
- <link type="guide" xref="beginner.c#entry"/>
+ <link type="guide" xref="c#entry"/>
<revision version="0.1" date="2012-06-14" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/gmenu.c.page b/platform-demos/C/gmenu.c.page
index cb04cac..779e5f2 100644
--- a/platform-demos/C/gmenu.c.page
+++ b/platform-demos/C/gmenu.c.page
@@ -6,7 +6,7 @@
id="gmenu.c">
<info>
<title type="text">GMenu (C)</title>
- <link type="guide" xref="beginner.c#menu-combo-toolbar"/>
+ <link type="guide" xref="c#menu-combo-toolbar"/>
<revision version="0.1" date="2012-04-28" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/grid.c.page b/platform-demos/C/grid.c.page
index 3f0d64b..db8af12 100644
--- a/platform-demos/C/grid.c.page
+++ b/platform-demos/C/grid.c.page
@@ -6,7 +6,7 @@
id="grid.c">
<info>
<title type="text">Grid (C)</title>
- <link type="guide" xref="beginner.c#layout"/>
+ <link type="guide" xref="c#layout"/>
<revision version="0.1" date="2012-06-04" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/hello-world.c.page b/platform-demos/C/hello-world.c.page
index 8169ee0..06b58d5 100644
--- a/platform-demos/C/hello-world.c.page
+++ b/platform-demos/C/hello-world.c.page
@@ -7,7 +7,8 @@
<info>
<title type="text">Hello World (C)</title>
- <link type="guide" xref="beginner.c#tutorials" group="#first"/>
+ <desc>How to create GTK+ 3 Hello World dialog in C.</desc>
+ <link type="guide" xref="c#examples"/>
<revision version="0.1" date="2013-06-17" status="review"/>
@@ -20,34 +21,32 @@
<name>Tiffany Antopolski</name>
<email its:translate="no">tiffany antopolski gmail com</email>
</credit>
-
- <desc>How to build, install and create a <file>tar.xz</file> of a Hello World program</desc>
+ <credit type="editor">
+ <name>Bastian Ilsø</name>
+ <email its:translate="no">bastianilso gnome org</email>
+ </credit>
</info>
- <title>Writing a Hello World application in C with GTK+ 3. </title>
- <synopsis>
- <p>This tutorial will demonstrate how to:</p>
- <list style="numbered">
- <item><p>create a small "Hello, World" application using GTK+</p></item>
- <item><p>make the <file>.desktop</file> file</p></item>
- <item><p>how to set up the build system</p></item>
- </list>
- </synopsis>
- <media type="image" mime="image/png" style="floatend" src="media/hello-world.png"/>
-
+ <title>Hello World</title>
+ <media type="image" mime="image/png" style="floatend" src="media/hello-world.png"/>
+ <p>This beginner tutorial will cover the following topics:</p>
<links type="section" />
+ <p>The tutorial will introduce you to writing a <file>helloworld.c</file>, containing the following C
code:</p>
+ <code mime="text/x-csrc" style="numbered"><xi:include href="samples/hello-in-C/hello-world.c"
parse="text"><xi:fallback/></xi:include></code>
+
- <section id="hello-world"><title>Create the program</title>
+ <section id="hello-world">
+ <title>Creating a small "Hello, World" application using GTK+</title>
+ <media type="image" mime="image/png" src="media/hello-world-dialog-overview.png"/>
+ <p>GTK+ applications are </p>
- <links type="section" />
+ <p>Start by creating an empty folder containing a file named <file>helloworld.c</file>. Open
<file>helloworld.c</file> and import the GTK+ headers to your helloworld project via the following line.</p>
- <section id="imports"><title>Libraries to import</title>
- <code mime="text/x-csrc"><![CDATA[#include <gtk/gtk.h>
-]]></code>
- </section>
+ <code mime="text/x-csrc"><![CDATA[#include <gtk/gtk.h>]]></code>
- <section id="application"><title>Creating the main window for the application</title>
- <code mime="text/x-csrc"><![CDATA[static void
+ <p>Next, the main window for the application is created.</p>
+ <code mime="text/x-csrc"><![CDATA[
+static void
activate (GtkApplication* app,
gpointer user_data)
{
@@ -64,7 +63,6 @@ activate (GtkApplication* app,
<p>We can start building our first window. We do this by creating a variable called <var>window</var>
and assigning it a gtk_application_window_new</p>
<p>The window title can be any string you want it to be. To be on the safe side, it's best to stick to
UTF-8 encoding.</p>
<p>Now we have a window which has a title and a working "close" button. Let's add the actual "Hello
World" text.</p>
- </section>
<section id="label"><title>Label for the window</title>
<code mime="text/x-csrc"><![CDATA[GtkWidget *label;
@@ -108,7 +106,7 @@ main (int argc,
</section>
</section>
- <section id="desktop.in"><title>The <file>.desktop.in</file> file</title>
+ <section id="desktop.in"><title>Making the <file>.desktop</file> file</title>
<p>Running applications from the Terminal is useful at the beginning of the application making
process. To have fully working <link href=
"https://developer.gnome.org/integration-guide/stable/mime.html.en">application integration</link> in GNOME 3
requires a desktop launcher. For this you need to create a <file>.desktop</file> file. The
<file>.desktop</file> file describes the application name, the used icon and various integration bits. A
deeper insight into the <file>.desktop</file> file can be found <link href=
"http://developer.gnome.org/desktop-entry-spec/">here</link>. The <file>.desktop.in</file> file will create
the <file>.desktop</file>.</p>
<p>The example shows you the minimum requirements for a <code>.desktop.in</code> file.</p>
@@ -126,7 +124,7 @@ main (int argc,
<p>In this example we use an existing icon. For a custom icon you need to have a .svg file of your icon,
stored in <file>/usr/share/icons/hicolor/scalable/apps</file>. Write the name of your icon file to the
.desktop.in file, on line 7. More information on icons in: <link
href="https://live.gnome.org/GnomeGoals/AppIcon">Installing Icons for Themes</link> and <link
href="http://freedesktop.org/wiki/Specifications/icon-theme-spec">on freedesktop.org:
Specifications/icon-theme-spec</link>.</p>
</section>
- <section id="autotools"><title>The build system</title>
+ <section id="autotools"><title>Setting up the build system</title>
<p>To make your application truly a part of the GNOME 3 system you need to install it with the help of
autotools. The autotools build will install all the necessary files to all the right places. </p>
<p>For this you need to have the following files:</p>
<links type="section"/>
diff --git a/platform-demos/C/image.c.page b/platform-demos/C/image.c.page
index ee315c7..124a95e 100644
--- a/platform-demos/C/image.c.page
+++ b/platform-demos/C/image.c.page
@@ -6,7 +6,7 @@
id="image.c">
<info>
<title type="text">Image (C)</title>
- <link type="guide" xref="beginner.c#display-widgets"/>
+ <link type="guide" xref="c#display-widgets"/>
<revision version="0.1" date="2012-05-23" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/label.c.page b/platform-demos/C/label.c.page
index 0cfb80e..3906232 100644
--- a/platform-demos/C/label.c.page
+++ b/platform-demos/C/label.c.page
@@ -6,7 +6,7 @@
id="label.c">
<info>
<title type="text">Label (C)</title>
- <link type="guide" xref="beginner.c#display-widgets"/>
+ <link type="guide" xref="c#display-widgets"/>
<link type="seealso" xref="switch.c"/>
<revision version="0.2" date="2012-06-22" status="draft"/>
diff --git a/platform-demos/C/linkbutton.c.page b/platform-demos/C/linkbutton.c.page
index ac1c2c9..06cddd6 100644
--- a/platform-demos/C/linkbutton.c.page
+++ b/platform-demos/C/linkbutton.c.page
@@ -6,7 +6,7 @@
id="linkbutton.c">
<info>
<title type="text">LinkButton (C)</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<revision version="0.1" date="2012-05-31" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/menubar.c.page b/platform-demos/C/menubar.c.page
index 040408e..0bf196e 100644
--- a/platform-demos/C/menubar.c.page
+++ b/platform-demos/C/menubar.c.page
@@ -6,7 +6,7 @@
id="menubar.c">
<info>
<title type="text">MenuBar (C)</title>
- <link type="guide" xref="beginner.c#menu-combo-toolbar"/>
+ <link type="guide" xref="c#menu-combo-toolbar"/>
<link type="seealso" xref="aboutdialog.c"/>
<link type="seealso" xref="gmenu.c"/>
<revision version="0.2" date="2012-08-19" status="draft"/>
diff --git a/platform-demos/C/menubutton.c.page b/platform-demos/C/menubutton.c.page
index 843748a..6c4958f 100644
--- a/platform-demos/C/menubutton.c.page
+++ b/platform-demos/C/menubutton.c.page
@@ -6,7 +6,7 @@
id="menubutton.c">
<info>
<title type="text">MenuButton</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<revision version="0.1" date="2013-07-01" status="review"/>
<credit type="author copyright">
diff --git a/platform-demos/C/messagedialog.c.page b/platform-demos/C/messagedialog.c.page
index 3ac18d5..6c3cd20 100644
--- a/platform-demos/C/messagedialog.c.page
+++ b/platform-demos/C/messagedialog.c.page
@@ -6,7 +6,7 @@
id="messagedialog.c">
<info>
<title type="text">MessageDialog (C)</title>
- <link type="guide" xref="beginner.c#windows"/>
+ <link type="guide" xref="c#windows"/>
<link type="seealso" xref="dialog.c"/>
<revision version="0.2" date="2012-08-07" status="draft"/>
diff --git a/platform-demos/C/paned.c.page b/platform-demos/C/paned.c.page
index 05ee4f5..9e70098 100644
--- a/platform-demos/C/paned.c.page
+++ b/platform-demos/C/paned.c.page
@@ -6,7 +6,7 @@
id="paned.c">
<info>
<title type="text">Paned (C)</title>
- <link type="guide" xref="beginner.c#layout"/>
+ <link type="guide" xref="c#layout"/>
<revision version="0.1" date="2013-07-04" status="review"/>
<credit type="author copyright">
diff --git a/platform-demos/C/progressbar.c.page b/platform-demos/C/progressbar.c.page
index 49660aa..dd6c022 100644
--- a/platform-demos/C/progressbar.c.page
+++ b/platform-demos/C/progressbar.c.page
@@ -6,7 +6,7 @@
id="progressbar.c">
<info>
<title type="text">ProgressBar (C)</title>
- <link type="guide" xref="beginner.c#display-widgets"/>
+ <link type="guide" xref="c#display-widgets"/>
<link type="seealso" xref="spinner.c"/>
<revision version="0.1" date="2012-06-16" status="draft"/>
diff --git a/platform-demos/C/radiobutton.c.page b/platform-demos/C/radiobutton.c.page
index caedcb0..44cc2c0 100644
--- a/platform-demos/C/radiobutton.c.page
+++ b/platform-demos/C/radiobutton.c.page
@@ -6,7 +6,7 @@
id="radiobutton.c">
<info>
<title type="text">RadioButton (C)</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<link type="seealso" xref="togglebutton.c"/>
<link type="seealso" xref="grid.c"/>
<revision version="0.2" date="2012-06-22" status="draft"/>
diff --git a/platform-demos/C/scale.c.page b/platform-demos/C/scale.c.page
index bb26290..a4fa2dc 100644
--- a/platform-demos/C/scale.c.page
+++ b/platform-demos/C/scale.c.page
@@ -6,7 +6,7 @@
id="scale.c">
<info>
<title type="text">Scale (C)</title>
- <link type="guide" xref="beginner.c#entry"/>
+ <link type="guide" xref="c#entry"/>
<link type="seealso" xref="grid.c"/>
<link type="seealso" xref="label.c"/>
<revision version="0.2" date="2012-07-04" status="draft"/>
diff --git a/platform-demos/C/scrolledwindow.c.page b/platform-demos/C/scrolledwindow.c.page
index 5ef018a..58a0a2e 100644
--- a/platform-demos/C/scrolledwindow.c.page
+++ b/platform-demos/C/scrolledwindow.c.page
@@ -6,7 +6,7 @@
id="scrolledwindow.c">
<info>
<title type="text">ScrolledWindow (C)</title>
- <link type="guide" xref="beginner.c#scrolling"/>
+ <link type="guide" xref="c#scrolling"/>
<link type="seealso" xref="textview.c"/>
<link type="seealso" xref="image.c"/>
<revision version="0.1" date="2012-08-20" status="draft"/>
diff --git a/platform-demos/C/separator.c.page b/platform-demos/C/separator.c.page
index 018fe79..e6532ad 100644
--- a/platform-demos/C/separator.c.page
+++ b/platform-demos/C/separator.c.page
@@ -6,7 +6,7 @@
id="separator.c">
<info>
<title type="text">Separator (C)</title>
- <link type="guide" xref="beginner.c#ornaments"/>
+ <link type="guide" xref="c#ornaments"/>
<link type="seealso" xref="grid.c"/>
<revision version="0.1" date="2013-07-02" status="review"/>
diff --git a/platform-demos/C/spinbutton.c.page b/platform-demos/C/spinbutton.c.page
index 682a36a..a3eb06c 100644
--- a/platform-demos/C/spinbutton.c.page
+++ b/platform-demos/C/spinbutton.c.page
@@ -6,7 +6,7 @@
id="spinbutton.c">
<info>
<title type="text">SpinButton (C)</title>
- <link type="guide" xref="beginner.c#entry"/>
+ <link type="guide" xref="c#entry"/>
<link type="seealso" xref="scale.c"/>
<link type="seealso" xref="label.c"/>
<link type="seealso" xref="grid.c"/>
diff --git a/platform-demos/C/spinner.c.page b/platform-demos/C/spinner.c.page
index 83689de..db29563 100644
--- a/platform-demos/C/spinner.c.page
+++ b/platform-demos/C/spinner.c.page
@@ -6,7 +6,7 @@
id="spinner.c">
<info>
<title type="text">Spinner (C)</title>
- <link type="guide" xref="beginner.c#display-widgets"/>
+ <link type="guide" xref="c#display-widgets"/>
<link type="seealso" xref="togglebutton.c"/>
<revision version="0.1" date="2012-06-14" status="draft"/>
diff --git a/platform-demos/C/statusbar.c.page b/platform-demos/C/statusbar.c.page
index 210e5d5..c1229e3 100644
--- a/platform-demos/C/statusbar.c.page
+++ b/platform-demos/C/statusbar.c.page
@@ -6,7 +6,7 @@
id="statusbar.c">
<info>
<title type="text">Statusbar (C)</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<link type="seealso" xref="grid.c"/>
<link type="seealso" xref="button.c"/>
diff --git a/platform-demos/C/switch.c.page b/platform-demos/C/switch.c.page
index f5732cd..42a48ee 100644
--- a/platform-demos/C/switch.c.page
+++ b/platform-demos/C/switch.c.page
@@ -6,7 +6,7 @@
id="switch.c">
<info>
<title type="text">Switch (C)</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<revision version="0.1" date="2012-06-01" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/textview.c.page b/platform-demos/C/textview.c.page
index fd995cf..4260e1d 100644
--- a/platform-demos/C/textview.c.page
+++ b/platform-demos/C/textview.c.page
@@ -6,7 +6,7 @@
id="textview.c">
<info>
<title type="text">TextView (C)</title>
- <link type="guide" xref="beginner.c#multiline"/>
+ <link type="guide" xref="c#multiline"/>
<revision version="0.1" date="2012-07-10" status="draft"/>
<credit type="author copyright">
diff --git a/platform-demos/C/togglebutton.c.page b/platform-demos/C/togglebutton.c.page
index 7417d02..c133351 100644
--- a/platform-demos/C/togglebutton.c.page
+++ b/platform-demos/C/togglebutton.c.page
@@ -6,7 +6,7 @@
id="togglebutton.c">
<info>
<title type="text">ToggleButton (C)</title>
- <link type="guide" xref="beginner.c#buttons"/>
+ <link type="guide" xref="c#buttons"/>
<link type="seealso" xref="grid.c"/>
<link type="seealso" xref="switch.c"/>
diff --git a/platform-demos/C/toolbar.c.page b/platform-demos/C/toolbar.c.page
index 7829dd3..759a3a2 100644
--- a/platform-demos/C/toolbar.c.page
+++ b/platform-demos/C/toolbar.c.page
@@ -6,7 +6,7 @@
id="toolbar.c">
<info>
<title type="text">Toolbar (C)</title>
- <link type="guide" xref="beginner.c#menu-combo-toolbar"/>
+ <link type="guide" xref="c#menu-combo-toolbar"/>
<link type="seealso" xref="menubar.c"/>
<link type="seealso" xref="grid.c"/>
<revision version="0.1" date="2012-08-19" status="draft"/>
diff --git a/platform-demos/C/tooltip.c.page b/platform-demos/C/tooltip.c.page
index 6c20aec..7cce839 100644
--- a/platform-demos/C/tooltip.c.page
+++ b/platform-demos/C/tooltip.c.page
@@ -6,7 +6,7 @@
id="tooltip.c">
<info>
<title type="text">Tooltip (C)</title>
- <link type="guide" xref="beginner.c#misc"/>
+ <link type="guide" xref="c#misc"/>
<link type="seealso" xref="toolbar.c"/>
<revision version="0.1" date="2013-07-02" status="review"/>
diff --git a/platform-demos/C/treeview.c.page b/platform-demos/C/treeview.c.page
index e70aff3..f39862d 100644
--- a/platform-demos/C/treeview.c.page
+++ b/platform-demos/C/treeview.c.page
@@ -5,7 +5,7 @@
id="treeview.c">
<info>
<title type="text">TreeView (C)</title>
- <link type="guide" xref="beginner.c#treeview"/>
+ <link type="guide" xref="c#treeview"/>
<revision version="0.1" date="2012-04-07" status="stub"/>
<credit type="author copyright">
diff --git a/platform-demos/C/widget.c.page b/platform-demos/C/widget.c.page
index ea1a7fb..adf7d73 100644
--- a/platform-demos/C/widget.c.page
+++ b/platform-demos/C/widget.c.page
@@ -6,7 +6,7 @@
id="widget.c">
<info>
<title type="text">Generic widget (C)</title>
- <link type="guide" xref="beginner.c#samples"/>
+ <link type="guide" xref="c#samples"/>
<revision version="0.1" date="2012-04-07" status="stub"/>
<credit type="author copyright">
diff --git a/platform-demos/C/window.c.page b/platform-demos/C/window.c.page
index 327aa71..eed4d27 100644
--- a/platform-demos/C/window.c.page
+++ b/platform-demos/C/window.c.page
@@ -6,7 +6,7 @@
id="window.c">
<info>
<title type="text">Window (C)</title>
- <link type="guide" xref="beginner.c#windows"/>
+ <link type="guide" xref="c#windows"/>
<revision version="0.1" date="2012-04-28" status="draft"/>
<credit type="author copyright">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]