[gnome-devel-docs] JavaScript entry example: Added lind to Gtk.Entry in entry.js.page.



commit b49ed3dc3a2580f28c765406d0a58939e72718ea
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Thu Apr 12 21:25:01 2012 -0400

    JavaScript entry example: Added lind to Gtk.Entry in entry.js.page.

 platform-demos/C/entry.js.page |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/entry.js.page b/platform-demos/C/entry.js.page
index 779d4c9..3b8b12d 100644
--- a/platform-demos/C/entry.js.page
+++ b/platform-demos/C/entry.js.page
@@ -54,6 +54,11 @@ grid.attach_next_to(entry,label,1,1,1);
 grid.attach_next_to(connectionbutton,label,3,1,1);
 grid.attach_next_to(resultlabel,entry,3,1,1);myW.show_all();
 Gtk.main();]]></code>
-<p>In this sample we use the following widgets: <link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Window.html";>Gtk.Window</link>, <link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Grid.html";>Gtk.Grid</link>, <link href="">Gtk.Entry</link>, <link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Label.html";>Gtk.Label</link>, <link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Button.html";>Gtk.Button</link>.</p>
+<p>In this sample we use the following widgets:
+<link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Window.html";>Gtk.Window</link>, 
+<link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Grid.html";>Gtk.Grid</link>, 
+<link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Entry.html";>Gtk.Entry</link>, 
+<link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Label.html";>Gtk.Label</link>, 
+<link href="http://www.roojs.com/seed/gir-1.2-gtk-3.0/gjs/Gtk.Button.html";>Gtk.Button</link>.</p>
 
 </page>



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