wxFont-question

Klaus Reinhardt K.Rdt at TU-Berlin.DE
Mon Jul 1 06:29:56 EDT 2002


---------------------------------------------------------------------
Hi
I want to change the font to equal letters,
but without success.
		K at Rdt
---------------------------------------------------------------------
#********* So 30.06.02 17:45-1 ************** . . . . . . . . r 2 . p y w */
from wxPython.wx import *
from wxPython.lib.infoframe import *
#============================================ . . . . . . . . . . . . . . */
class MyFrame(wxFrame):
	def __init__(self,output):
		wxFrame.__init__(self,None,-1,"Close me...",pos=(0,110),size=(300,100))
		..
	def OnClose(self,event):
		..
	def OnTimer(self, evt):
		..
		print "--------------------------------------------------------------"
		f=wxFont(22,wxMODERN,wxNORMAL,wxNORMAL,1,"","")
		print "--------------------------------------------------------------"


### NO CHANGE







More information about the Python-list mailing list