Home > Archive > Tcl > September 2006 > panedwindow question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
panedwindow question
|
|
| Robert Hicks 2006-09-02, 7:01 pm |
| Can I transform text like bold, italics etc. in a panedwindow?
Robert
| |
| Bryan Oakley 2006-09-02, 7:01 pm |
| Robert Hicks wrote:
> Can I transform text like bold, italics etc. in a panedwindow?
>
> Robert
>
what panedwindow lets you put text in at all? The only panedwindows I
know are merely for managing two or more windows of other types.
Perhaps the answer you are looking for is "using a text widget managed
by a panedwindow, yes, you can have bold, italics, etc".
--
Bryan Oakley
http://www.tclscripting.com
| |
| Robert Hicks 2006-09-02, 10:00 pm |
|
Bryan Oakley wrote:
> Robert Hicks wrote:
>
> what panedwindow lets you put text in at all? The only panedwindows I
> know are merely for managing two or more windows of other types.
>
> Perhaps the answer you are looking for is "using a text widget managed
> by a panedwindow, yes, you can have bold, italics, etc".
>
>
> --
> Bryan Oakley
> http://www.tclscripting.com
Man that was a duh. I am going through the Welch book and I am at that
portion about panedwindows and it didn't occur to me to look closer at
the code to see that it was using a text widget.
Sorry bout dat.
Robert
|
|
|
|
|