kivy/examples/widgets
Jeff Pittman 03e031d663 Added item_strings= to ListView call. 2012-07-31 23:33:04 -05:00
..
sequenced_images sequenced image example fixed to use atlas for animatedbutton 2012-01-22 13:27:08 +01:00
accordion_1.py accordion: add new accordion widget with one little example. 2011-09-02 18:37:51 +02:00
asyncimage.py loader: fix image loading, was crashing due to recent change in Image class. 2011-07-05 10:59:10 +02:00
bubble_test.py add bubblebutton, and put default graphics in it. 2012-01-12 00:47:46 +01:00
customcollide.py examples: add a tiny widget with custom shape and custom collide_point method. 2011-10-18 21:49:13 +02:00
fbowidget.py add example of a fbofloatlayout widget to demonstrate a way of optimization 2011-08-07 12:35:05 +02:00
image_mipmap.py graphics: implement mipmap support. This will not work yet on hardware with opengl < 3.0 (except opengl ES 2). Closes #27. 2011-06-21 19:42:02 +02:00
keyboardlistener.py vkeyboard: add keyboard listener example + doc 2011-10-21 16:36:22 +02:00
label_mipmap.py graphics: implement mipmap support. This will not work yet on hardware with opengl < 3.0 (except opengl ES 2). Closes #27. 2011-06-21 19:42:02 +02:00
list_cascade.py Added item_strings= to ListView call. 2012-07-31 23:33:04 -05:00
list_composite.py Added SimpleListAdapter to be the bare-bones, no selection, list adapter. ListAdapter now uses SimpleListAdapter if no adapter is provided. ListAdapter implements SelectionSupport, as before, but now subclasses SimpleListAdapter. Renamed SelectableListsAdapter to ListsAdapter. Updated examples and tests accordingly. Updated and fixed code examples in the docs for ListView. 2012-07-31 17:44:37 -05:00
list_disclosure.py Whitespace and import fixes. 2012-07-31 19:19:37 -05:00
list_master_detail.py Whitespace and import fixes. 2012-07-31 19:19:37 -05:00
list_multiple_cascade.py Whitespace and import fixes. 2012-07-31 19:19:37 -05:00
list_simple.py Added item_strings= to ListView call. 2012-07-31 23:33:04 -05:00
popup_with_kv.py popup: fixed popup usage when content is defined from kv + add example. closes #562 2012-07-09 20:11:30 +02:00
rstexample.py rst: support for .. video:: directive 2012-02-21 12:42:39 +01:00
scatter.kv example/scatter: add size to show that when we are scaling the scatter, size is unchanged 2012-01-23 11:28:36 +01:00
scatter.py scatter: fixes center_x/center_y,top/right, now they are correctly inside the client space. Closes #40 2011-04-15 19:39:43 +02:00
scrollview.kv Fix:Scrollview Example, bring in line with current kv lang restrictions 2011-12-05 22:53:09 +05:30
scrollview.py 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
softboy.avi use softboy.avi instead of bigbuckbunny_trailer.m4v due to a crash in gst with the latter 2011-03-29 22:39:52 +02:00
softboy.jsa videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
softboy.png videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
tabbed_panel_showcase.py TabbedPanel: change `default_tab_class` to `..._cls` & 2012-07-02 23:30:30 +05:30
tabbedpanel.py TabbedPanel: introduce current_tab property 2012-07-02 01:03:37 +05:30
textalign.kv core/text: implement valign. Now, since we never care of that parameter before, you might have glitch that you didn't have before. Before was a bug, now it's working properly. Closes #157 2011-05-28 00:04:31 +02:00
textalign.py textalign: fix grid size 2011-10-24 11:42:34 +02:00
textinput.py vkeyboard: enhance textinput tests + release_all_keyboards() method in window. 2011-10-21 18:03:19 +02:00
unicode_textinput.py Minor Gurmukhi text edit. Replaced translation of first word. 2012-04-12 17:00:51 -05:00
videoplayer.py bump 1.1.2 to 1.2.0 for release, and upgrade all the versionadded 2012-04-02 11:03:08 +02:00