]> git.draconx.ca Git - gob-dx.git/blob - examples/README
Release 0.91.0
[gob-dx.git] / examples / README
1 These are some example .gob files
2
3 gtk-button-count.gob    An example showing how simple it is to derive
4                         objects and override methods, this one implements
5                         a "click counting" on a GtkButton.  It defines
6                         an argument for getting and setting the count
7                         and it overrides the "clicked" default handler
8                         to count clicks
9
10 my-person.gob           A simple file which can store some identity
11                         information about a person, it shows arguments,
12                         signals and others.