cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -77,6 +77,8 @@ class TestPanel(wx.Panel):
|
|||||||
self.SetTickDirection("rtl")
|
self.SetTickDirection("rtl")
|
||||||
self.SetTickFont(self.ticker.GetFont())
|
self.SetTickFont(self.ticker.GetFont())
|
||||||
self.ticker.SetText(self.txt.GetValue())
|
self.ticker.SetText(self.txt.GetValue())
|
||||||
|
|
||||||
|
|
||||||
def SetTickFont(self, font):
|
def SetTickFont(self, font):
|
||||||
"""Sets ticker font, updates label"""
|
"""Sets ticker font, updates label"""
|
||||||
self.ticker.SetFont(font)
|
self.ticker.SetFont(font)
|
||||||
|
Reference in New Issue
Block a user