Susmit
34168e5d0d
pep8 fixes
...
* corrected some E501 errors
* corrected some more pep8errors
2016-12-18 09:59:35 +02:00
Susmit
8c180097cb
Pep8 fixes for example directory. ( #4814 )
...
* fixed pep8 errors
* pep8 fixes forexamples directory
* some more pep8 fixes
2016-12-17 11:41:12 +02:00
Charles Merriam
02c30a4e9f
Fix examples/ PEP8 errors. Mostly white space.
...
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long. Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
Mathieu Virbel
bba5f7616b
scrollview: better damped parameters, start to reduce the code
2013-05-11 15:04:12 +02:00
Mathieu Virbel
2f46989822
layout: due to recent changes, grid layout are not automatically resize itself, to prevent infinite relayout. add minimum_size, and use it in the scrollview example. Closes #277
2011-10-19 15:01:06 +02:00
Mathieu Virbel
97cebc622f
scrollview: fix gridlayout + button creation
2011-06-17 10:49:19 +02:00
Mathieu Virbel
de4f4bdf02
scrollview: rework scrollview example to also show some debug about viewport and content
2011-03-24 18:21:59 +01:00
Thomas Hansen
72beed8c95
very basic scrollview. still need to add smoothing and make ScrollPlane, whcih is liekScatterPlane but allows scrolling when finger touch moved right away, instead of always let childwidget handle teh event
2011-03-24 18:21:59 +01:00