Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/wx.dataview.DataViewCustomRenderer.GetValueFromEditorCtrl.1.py
2016-05-18 16:38:18 -07:00

7 lines
104 B
Python

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