Commit Graph

11 Commits

Author SHA1 Message Date
Charles Merriam 40e930bfcc Convert print statements to print function
Use print_function from __futures__ and covert print statements to
function calls for later use in Python 3.  Also, clean up minor
verbiage.
2014-12-13 12:15:00 -08:00
Charles Merriam 029796c42e Add prebuilt widget example
Add another example to the app_suite.py, showing how to use builder
during initialization to create the widget, then adding it from a
build() function.
2014-12-13 01:55:09 -08:00
Charles Merriam 427d1bc30f Create app_suite demo
Create another example to demonstrate ways of starting an application.
Other demos covered some of these, though not the kivy language from a
string.  Each demonstration prints the source code of the executed
window onto stdout to interleave with debugging output.
2014-12-12 13:55:00 -08:00
Richard Larkin a4e087f307 Merge pull request #1816 from k4rtik/patch-3
Thanks ;-)
2014-01-26 09:42:48 -08:00
Kartik Singhal 1e87a9803c Correct description comment, add a line break 2014-01-26 14:41:03 +05:30
Kartik Singhal d5b8763d94 Fix a minor typo 2014-01-26 14:37:59 +05:30
tshirtman 20bf42f885 fix a lot of tab characters in examples… 2012-08-07 11:45:53 +02:00
tshirtman 9719aaed80 replace tab with spaces in example kv. 2012-08-07 11:38:27 +02:00
Mathieu Virbel 4378afca9c doc: add some comments for examples 2011-06-19 19:42:40 +02:00
Mathieu Virbel e49c3298b5 App: add kv_directory parameter to load kv from a different directory than the current App class file. Closes #62
(Credits to SparrowG for the initial patch)
2011-04-19 11:46:27 +02:00
Mathieu Virbel 571911f3c5 App: automatic loading of corresponding kv file if exist
+ rewrite app documentation
+ include example about how to create an app with build or kv
2011-01-31 17:42:41 +01:00