Skip to content

Instantly share code, notes, and snippets.

View geojeff's full-sized avatar

Jeff Pittman geojeff

View GitHub Profile
@geojeff
geojeff / gist:4442405
Created January 3, 2013 10:11
Kivy composite list item example with EditableLabel
# EditableLabel is from tito's post on the wiki: http://wiki.kivy.org/Editable%20Label
# Used in the kivy/examples/widgets/lists/list_composite.py (See notes at bottom about
# how it was modified for selection.):
from kivy.adapters.dictadapter import DictAdapter
from kivy.uix.listview import ListItemButton, ListItemLabel, \
CompositeListItem, ListView
from kivy.uix.gridlayout import GridLayout