[gnome-devel-docs] Added style="2column" to C and JS .page's.



commit a0419f7b9321b0c83da052dfa2a9ad1a9dbb1501
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Mon May 28 19:50:45 2012 -0400

    Added style="2column" to C and JS .page's.

 platform-demos/C/beginner.c.page  |   26 +++++++++++++-------------
 platform-demos/C/beginner.js.page |   20 ++++++++++----------
 2 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/platform-demos/C/beginner.c.page b/platform-demos/C/beginner.c.page
index 13bc5df..a0a70c8 100644
--- a/platform-demos/C/beginner.c.page
+++ b/platform-demos/C/beginner.c.page
@@ -48,34 +48,34 @@
   <p>
     For more information about compiling Gtk+ programs see <link href="http://developer.gnome.org/gtk3/3.4/gtk-compiling.html";>Compiling Gtk+ Applications on UNIX</link>.
   </p>
-</note> <section id="windows"><title>Windows</title>
+</note> <section id="windows" style="2column"><title>Windows</title>
     <p></p>
   </section>
-  <section id="display-widgets"><title>Display widgets</title>
+  <section id="display-widgets" style="2column"><title>Display widgets</title>
   </section>
-  <section id="buttons"><title>Buttons and toggles</title>
+  <section id="buttons" style="2column"><title>Buttons and toggles</title>
   </section>
-  <section id="entry"><title>Numeric and text data entry</title>
+  <section id="entry" style="2column"><title>Numeric and text data entry</title>
   </section>
-  <section id="menu-combo-toolbar"><title>Menu, combo box and toolbar widgets</title>
+  <section id="menu-combo-toolbar" style="2column"><title>Menu, combo box and toolbar widgets</title>
   </section>
-  <section id="treeview"><title>TreeView widget</title>
+  <section id="treeview" style="2column"><title>TreeView widget</title>
   </section>
   <section id="selectors"><title>Selectors</title>
-    <section id="file-selectors"><title>File selectors</title>
+    <section id="file-selectors" style="2column"><title>File selectors</title>
     </section>
-    <section id="font-selectors"><title>Font selectors</title>
+    <section id="font-selectors" style="2column"><title>Font selectors</title>
     </section>
-    <section id="color-selectors"><title>Color Selectors</title>
+    <section id="color-selectors" style="2column"><title>Color Selectors</title>
     </section>
   </section>
-  <section id="layout"><title>Layout containers</title>
+  <section id="layout" style="2column"><title>Layout containers</title>
   </section>
-  <section id="ornaments"><title>Ornaments</title>
+  <section id="ornaments" style="2column"><title>Ornaments</title>
   </section>
-  <section id="scrolling"><title>Scrolling</title>
+  <section id="scrolling" style="2column"><title>Scrolling</title>
   </section>
-  <section id="misc"><title>Miscellaneous</title>
+  <section id="misc" style="2column"><title>Miscellaneous</title>
   </section>
 </section>
 
diff --git a/platform-demos/C/beginner.js.page b/platform-demos/C/beginner.js.page
index 8c54bd3..795d283 100644
--- a/platform-demos/C/beginner.js.page
+++ b/platform-demos/C/beginner.js.page
@@ -32,17 +32,17 @@
           <screen>gjs <var>filename</var>.js</screen></item>
   </steps>
 
-  <section id="windows"><title>Windows</title>
+  <section id="windows" style="2column"><title>Windows</title>
   </section>
-  <section id="display-widgets"><title>Display widgets</title>
+  <section id="display-widgets" style="2column"><title>Display widgets</title>
   </section>
-  <section id="buttons"><title>Buttons and toggles</title>
+  <section id="buttons" style="2column"><title>Buttons and toggles</title>
   </section>
-  <section id="entry"><title>Numeric and text data entry</title>
+  <section id="entry" style="2column"><title>Numeric and text data entry</title>
   </section>
-  <section id="menu-combo-toolbar"><title>Menu, combo box and toolbar widgets</title>
+  <section id="menu-combo-toolbar" style="2column"><title>Menu, combo box and toolbar widgets</title>
   </section>
-  <section id="treeview"><title>TreeView widget</title>
+  <section id="treeview" style="2column"><title>TreeView widget</title>
   </section>
   <section id="selectors"><title>Selectors</title>
     <section id="file-selectors"><title>File selectors</title>
@@ -52,13 +52,13 @@
     <section id="color-selectors"><title>Color Selectors</title>
     </section>
   </section>
-  <section id="layout"><title>Layout containers</title>
+  <section id="layout" style="2column"><title>Layout containers</title>
   </section>
-  <section id="ornaments"><title>Ornaments</title>
+  <section id="ornaments" style="2column"><title>Ornaments</title>
   </section>
-  <section id="scrolling"><title>Scrolling</title>
+  <section id="scrolling" style="2column"><title>Scrolling</title>
   </section>
-  <section id="miscellaneous"><title>Miscellaneous</title>
+  <section id="miscellaneous" style="2column"><title>Miscellaneous</title>
   </section>
 </section>
 



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