Add a headerbar test

Add a testcase for GtkHeaderBar that shows how it can be used
without client-side decorations.
This commit is contained in:
Matthias Clasen
2013-03-18 01:03:39 -04:00
parent 30a1a79322
commit 4fd67b8c62
2 changed files with 66 additions and 0 deletions

View File

@ -62,6 +62,7 @@ noinst_PROGRAMS = $(TEST_PROGS) \
testgiconpixbuf \
testgrid \
testgtk \
testheaderbar \
testheightforwidth \
testiconview \
testiconview-keynav \
@ -189,6 +190,7 @@ testgeometry_DEPENDENCIES = $(TEST_DEPS)
testgiconpixbuf = $(TEST_DEPS)
testgrid_DEPENDENCIES = $(TEST_DEPS)
testgtk_DEPENDENCIES = $(TEST_DEPS)
testheaderbar_DEPENDENCIES = $(TEST_DEPS)
testinput_DEPENDENCIES = $(TEST_DEPS)
testimage_DEPENDENCIES = $(TEST_DEPS)
testkineticscrolling_DEPENDENCIES = $(TEST_DEPS)