X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/e10d6e307623d0952f6e1f5d9fee8720ddab4808..1656cfade4879af0cb003e3847e58264caa5781f:/examples/README diff --git a/examples/README b/examples/README index bcaf20c..d5be665 100644 --- a/examples/README +++ b/examples/README @@ -5,7 +5,9 @@ gtk-button-count.gob An example showing how simple it is to derive 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 + to count clicks. It also has inline documentation + in gtk-doc style which gob 0.92.3+ can translate + and stuff into the source file for you. my-person.gob A simple file which can store some identity information about a person, it shows arguments,