mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-21 11:17:13 +01:00
7 lines
190 B
Python
7 lines
190 B
Python
|
|
|
|
# Some integer...
|
|
l = value
|
|
return wx.SpinCtrl(parent, wx.ID_ANY, "",
|
|
labelRect.GetTopLeft(), labelRect.GetSize(), 0, 0, 100, l)
|