[gnome-devel-docs] Add the glade file for the tour



commit e0c4a4a31515782e0ef161b951b61c42c14df9ed
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Sun Jun 30 16:37:00 2013 +0100

    Add the glade file for the tour

 new-platform-overview/tour-glade.page |    5 ++---
 new-platform-overview/tour.glade      |   11 +++++++++++
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/new-platform-overview/tour-glade.page b/new-platform-overview/tour-glade.page
index 9af03a4..826f2a6 100644
--- a/new-platform-overview/tour-glade.page
+++ b/new-platform-overview/tour-glade.page
@@ -38,9 +38,8 @@
   object from the UI file.</p>
 
   <example>
-    <p>Create a new window, then set <gui>Name</gui> to
-    <code>window</code> and <gui>Window</gui>
-    to <code>Hello World</code>:</p>
+    <p>Create a new window, then set <gui>Name</gui> to <code>window1</code>
+    and <gui>Window</gui> to <code>Hello World</code>:</p>
     <media type="image" src="media/glade-set-values.png">
       <p>Screenshot of value attribution in Glade.</p>
     </media>
diff --git a/new-platform-overview/tour.glade b/new-platform-overview/tour.glade
new file mode 100644
index 0000000..6c25258
--- /dev/null
+++ b/new-platform-overview/tour.glade
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+  <!-- interface-requires gtk+ 3.6 -->
+  <object class="GtkWindow" id="window1">
+    <property name="can_focus">False</property>
+    <property name="title" translatable="yes">Hello World</property>
+    <child>
+      <placeholder/>
+    </child>
+  </object>
+</interface>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]