Gengrid: a small doc improvement

This commit is contained in:
Davide Andreoli 2016-01-18 21:25:00 +01:00
parent fc68b43317
commit 90595ffdca
1 changed files with 4 additions and 1 deletions

View File

@ -301,7 +301,10 @@ cdef class GengridItem(ObjectItem):
# XXX TODO elm_gengrid_item_item_class_get
property select_mode:
# TODO: document this
"""Item's select mode. Possible values are:
:type: :ref:`Elm_Object_Select_Mode`
"""
def __get__(self):
return elm_gengrid_item_select_mode_get(self.item)