mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 11:17:13 +01:00
7 lines
104 B
Python
7 lines
104 B
Python
|
|
|
|
# sc is a wx.SpinCtrl
|
|
l = sc.GetValue()
|
|
value = l
|
|
return True
|