seed r108 - trunk/examples



Author: racarr
Date: Tue Nov  4 10:20:53 2008
New Revision: 108
URL: http://svn.gnome.org/viewvc/seed?rev=108&view=rev

Log:
Add index of examples.


Added:
   trunk/examples/HACKING
Modified:
   trunk/examples/Makefile.am

Added: trunk/examples/HACKING
==============================================================================
--- (empty file)
+++ trunk/examples/HACKING	Tue Nov  4 10:20:53 2008
@@ -0,0 +1,18 @@
+The goal of this file is to tell you what each example serves as an example of, or a list of what kind of examples we have.
+
+calculator.js: Simple GTK widgets, packing, labels, signals. javascript eval.
+clutter.js: Clutter, implementing custom clutter animations, using clutter effects, clutter colors.
+gconf.js: Getting a key out of gconf.
+ide: More GTK stuff. GtkToolbar. GtkSourceView (lots of this!). GtkFileChooser. Practical use of gconf. GtkNotebook. VTE.
+introspect.js: Introspecting gobject methods (useful at REPL for example).
+lightsoff: GtkImage. GtkMenu. Seed.set_timeout.
+ls.js: Gio, Seed.argv.
+mini-browser.js: WebKit. GtkToolButton. GtkNotebook.
+n-oscillator.js: gstreamer, Gtk.VScale
+pango.js: Using clutter with GTK. Using pango. Clutter event handling.
+poppler.js: GtkDrawingArea, GtkToolbar, Poppler for rendering pdfs. GDK/Cairo.
+quine: Gio.simple_read (added in extensions/Gio.js)
+repl.js: Exceptions, Readline.
+shader: Gtk with Clutter. GtkSourceView. ClutterTexture. ClutterShader.
+soup: SoupMessage.
+vte-test.js: Make a VTE widget and attach it to things;

Modified: trunk/examples/Makefile.am
==============================================================================
--- trunk/examples/Makefile.am	(original)
+++ trunk/examples/Makefile.am	Tue Nov  4 10:20:53 2008
@@ -16,7 +16,8 @@
 	quine.js \
 	repl.js \
 	soup.js \
-	vte-test.js
+	vte-test.js \
+	HACKING
 
 ## File created by the gnome-build tools
 



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