Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/12/2008, 07:25
RadicalEd
 
Fecha de Ingreso: octubre-2004
Ubicación: COLOMBIA
Mensajes: 240
Antigüedad: 19 años, 6 meses
Puntos: 3
Respuesta: tamaño de texto en wxTextCtrl

Creas el control y con SetFont le asignas las propiedades de tamaño y letra:
Código:
self.txtAlgo = wx.TextCtrl(self, -1, "", wx.Point(0, 0), wx.Size(100, 27))
self.txtAlgo.SetFont(wx.Font(11, 74, 90, 90, 0, "Tahoma"))
Ojala te sirva.
Chao
__________________
Revista Código Latino
SoloCodigo