]> git.draconx.ca Git - gob-dx.git/blobdiff - examples/README
Release 0.91.0
[gob-dx.git] / examples / README
diff --git a/examples/README b/examples/README
new file mode 100644 (file)
index 0000000..bcaf20c
--- /dev/null
@@ -0,0 +1,12 @@
+These are some example .gob files
+
+gtk-button-count.gob   An example showing how simple it is to derive
+                       objects and override methods, this one implements
+                       a "click counting" on a GtkButton.  It defines
+                       an argument for getting and setting the count
+                       and it overrides the "clicked" default handler
+                       to count clicks
+
+my-person.gob          A simple file which can store some identity
+                       information about a person, it shows arguments,
+                       signals and others.