Tkinter has a cool way to create named font objects that can be
used across widgets. When a named font object is updated, all the
widgets that use the named font automatically update their fonts
as well.
Is there a similar way to implement "named colors", eg. where we
can update a "color object" i
Does Tkinter (directly of via tk/tcl) support different styles of
underlining, eg. dotted underlines or squiggly underlines
(typically used to indicate a word is misspelled in MS Word or
FireFox)?
Thank you,
Malcolm
___
Tkinter-discuss mailing list
Tkint
In article
,
David Cortesi wrote:
> Supposing I did this, will this fix the original problem that I started out
> to solve, namely, getting Python3 to link to ActiveTCL? It seems not,
> because Mac/README says "If you want Tkinter support you need to get the OSX
> AquaTk distribution, this is in
On Nov 29, 2010, at 3:59 PM, David Cortesi wrote:
On Mon, Nov 29, 2010 at 11:18 AM, Russell E. Owen
wrote:
I suggest you try python.org python instead of ActiveState Python. At
least for 2.6 and 2.7 it will preferentially use ActiveState's Tcl/
Tk if
found. However, I have not confirmed
On Mon, Nov 29, 2010 at 11:18 AM, Russell E. Owen wrote:
>
> I suggest you try python.org python instead of ActiveState Python. At
> least for 2.6 and 2.7 it will preferentially use ActiveState's Tcl/Tk if
> found. However, I have not confirmed that with python.org Python 3.1 and
> I don't know w
On 2010-11-26, at 7:24 PM, Ned Deily wrote:
>>
>> I certainly don't see the -32/-64 binaries in ActivePython 3.1.2.4
>> (based on Python 3.1.2). So if 3.1.2 is supposed to generate these -
>> then this is an ActivePython bug that needs to be fixed.
>
> As I noted earlier, 32-bit/64-bit 3.1 (a
In article
,
David Cortesi wrote:
> I apologize that this question is somewhat unique to the ActiveState free
> products, not the generic Python. I asked the question at the ActiveState
> support forum but it appears to be dead.
>
> I installed ActiveState Python 3.1.4, and also ActiveState Tc