Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/dataview.DataViewCustomRenderer.GetValueFromEditorCtrl.1.py
2012-12-14 08:58:31 +00:00

7 lines
104 B
Python

# sc is a wx.SpinCtrl
l = sc.GetValue()
value = l
return True