Some demo cleanup and distrib stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,11 +12,10 @@ class TestPanel(wxPanel):
|
||||
self.log = log
|
||||
|
||||
led = wxLEDNumberCtrl(self, -1, (25,25), (280, 50))
|
||||
led.SetValue("0123456789")
|
||||
led.SetAlignment(wxLED_ALIGN_RIGHT)
|
||||
led.SetValue("01234")
|
||||
|
||||
led = wxLEDNumberCtrl(self, -1, (25,100), (280, 50))
|
||||
led.SetValue("0123456789")
|
||||
led.SetValue("56789")
|
||||
led.SetAlignment(wxLED_ALIGN_RIGHT)
|
||||
led.SetDrawFaded(false)
|
||||
|
||||
|
Reference in New Issue
Block a user