diff options
author | Arik Devens <arik@src.gnome.org> | 2001-02-23 05:58:08 +0000 |
---|---|---|
committer | Arik Devens <arik@src.gnome.org> | 2001-02-23 05:58:08 +0000 |
commit | 9840842c1e6abcbd16f980427b8c7f63bd1dbd99 (patch) | |
tree | 1c0b09f5d0803ddc5ef53b96f58d95d363f8cb2c /test/Makefile.am | |
parent | 9cc285faa0958956d77f84e1b24cc896691575f8 (diff) | |
download | nautilus-9840842c1e6abcbd16f980427b8c7f63bd1dbd99.tar.gz |
Added constrain functions to the nautilus-viewport widget so you can constrain the size of the children in either direction to the size of the viewport.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 4a5e8e548..a1bb3a508 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -60,6 +60,7 @@ noinst_PROGRAMS =\ test-nautilus-smooth-graphics \ test-nautilus-widgets \ test-nautilus-wrap-table \ + test-nautilus-viewport-constraint \ $(NULL) test_nautilus_async_activation_SOURCES = test-nautilus-async-activation.c |