Add an experiment for overlay scrollbars

This is just meant as a prototype for how we can show a
scroll position indicator for touch. This uses GTK_POLICY_EXTERNAL
to hide the scrolled windows scrollbar while still allowing
scrolling.
This commit is contained in:
Matthias Clasen
2014-10-04 23:37:11 -04:00
parent 1fad6b049b
commit 05ab0f2227
2 changed files with 377 additions and 0 deletions

View File

@ -26,6 +26,7 @@ testsocket_programs = testsocket testsocket_child
endif
noinst_PROGRAMS = $(TEST_PROGS) \
overlayscroll \
syncscroll \
subsurface \
animated-resizing \