From cbbd3db2f9d9b59c970f58d814aaa7a27d381b83 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 16 May 2005 20:12:50 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/Ticker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/demo/Ticker.py b/wxPython/demo/Ticker.py index 220b051f44..8eb01f7842 100644 --- a/wxPython/demo/Ticker.py +++ b/wxPython/demo/Ticker.py @@ -77,6 +77,8 @@ class TestPanel(wx.Panel): self.SetTickDirection("rtl") self.SetTickFont(self.ticker.GetFont()) self.ticker.SetText(self.txt.GetValue()) + + def SetTickFont(self, font): """Sets ticker font, updates label""" self.ticker.SetFont(font) -- 2.45.2