Re: wx textctrl font style

2007-04-02 Thread Pom
[EMAIL PROTECTED] wrote: > On Mar 31, 3:13 am, Pom <[EMAIL PROTECTED]> wrote: >> Hello >> >> I have a tuple of strings which I must show in a textctrl, each item in >> the tuple representing one line of text. >> >> The first three lines of text should each have another style (fontsize >> and color)

Re: wx textctrl font style

2007-04-02 Thread kyosohma
On Mar 31, 3:13 am, Pom <[EMAIL PROTECTED]> wrote: > Hello > > I have a tuple of strings which I must show in a textctrl, each item in > the tuple representing one line of text. > > The first three lines of text should each have another style (fontsize > and color) > > i'm using this code to achiev

wx textctrl font style

2007-03-31 Thread Pom
Hello I have a tuple of strings which I must show in a textctrl, each item in the tuple representing one line of text. The first three lines of text should each have another style (fontsize and color) i'm using this code to achieve this: tmppos = self.txtInfo.GetInsertionPoint() # get the c