kivy/examples/guide/firstwidget
Nathan Hyde c61cc96a87 First Widget tutorial - use class variables
* Correct whitespace issues in 6_button.py
* Make "painter" a class variable (self.painter)
* Reference `self.clear_canvas` when binding the clear button callback
* Call `self.painter.canvas.clear()` in button callback
* Adjust the number of parameters for callback method
2015-07-01 16:19:08 -07:00
..
1_skeleton.py doc: move firstwidget examples in examples/guide 2011-04-22 12:17:43 +02:00
2_print_touch.py Fix examples/ PEP8 errors. Mostly white space. 2015-02-01 17:09:20 -08:00
3_draw_ellipse.py firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726 2012-10-25 12:01:43 +02:00
4_draw_line.py firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726 2012-10-25 12:01:43 +02:00
5_random_colors.py firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726 2012-10-25 12:01:43 +02:00
6_button.py First Widget tutorial - use class variables 2015-07-01 16:19:08 -07:00