Thanks for your reply but i can't change the font of 'New' label. but
it is a linux problem or is a wxpython problem?
Ghido
--
http://mail.python.org/mailman/listinfo/python-list
Ghido:
Hi all i want to set wx.toolbar font size and i use this code:
self.tb1 = wx.ToolBar(self, -1, style=wx.TB_HORIZONTAL|
wx.TB_TEXT)
self.tb1.SetFont(wx.Font(9, wx.DEFAULT, wx.NORMAL,0))
self.SetToolBar(self.tb1)
but i obtain nothing. Is possibile? where
Hi all i want to set wx.toolbar font size and i use this code:
self.tb1 = wx.ToolBar(self, -1, style=wx.TB_HORIZONTAL|
wx.TB_TEXT)
self.tb1.SetFont(wx.Font(9, wx.DEFAULT, wx.NORMAL,0))
self.SetToolBar(self.tb1)
but i obtain nothing. Is possibile? where i wrong?