diff options
author | GMT 1999 Tony Gale <gale@gtk.org> | 1999-02-08 13:10:10 +0000 |
---|---|---|
committer | Tony Gale <gale@src.gnome.org> | 1999-02-08 13:10:10 +0000 |
commit | 2277c72c4172e73b8a7353d43cf59dce90e2af8d (patch) | |
tree | 020a8df4de43f641aae6b7234f0648b9d86d7f99 /examples | |
parent | 6e13f7bd2ba69ab1e9038eb9cc89ca6e411e27cc (diff) | |
download | gdk-pixbuf-2277c72c4172e73b8a7353d43cf59dce90e2af8d.tar.gz |
add SpinButton example
Mon Feb 8 13:08:51 GMT 1999 Tony Gale <gale@gtk.org>
* examples/Makefile: add SpinButton example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile index f669019c9..1b04a5bc8 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -29,6 +29,7 @@ SUBDIRS = arrow \ scribble-simple \ scrolledwin \ selection \ + spinbutton \ statusbar \ table \ text \ |