Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21212

Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"?

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <anikom15@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.125
X-Spam-Level *
X-Spam-Evidence '*H*': 0.75; '*S*': 0.00; 'full-': 0.09; 'tkinter': 0.09; 'api': 0.09; 'luckily': 0.16; 'subject: \n ': 0.16; 'subject:import': 0.16; 'tempted': 0.16; 'wrote:': 0.18; 'maybe': 0.21; 'header:In-Reply-To:1': 0.22; 'subject:use': 0.24; 'do,': 0.25; "i'm": 0.28; 'sun,': 0.30; 'source': 0.32; 'list': 0.32; 'header:User-Agent:1': 0.33; 'jump': 0.34; 'yet,': 0.34; 'from:charset:iso-8859-1': 0.35; 'to:addr:python-list': 0.35; 'something': 0.35; 'sets': 0.35; 'subject:How': 0.35; 'two': 0.36; 'but': 0.37; 'received:google.com': 0.37; "i'll": 0.38; 'received:209.85': 0.38; 'think': 0.38; 'johnson': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'release': 0.40; 'back': 0.60; 'john': 0.61; 'header:Received:6': 0.61; 'more': 0.61; 'your': 0.61; 'subject:you': 0.78; 'complaint': 0.84; 'heck,': 0.84; 'to-do': 0.91; 'subject:want': 0.93
Received-SPF pass (google.com: domain of anikom15@gmail.com designates 10.68.219.164 as permitted sender) client-ip=10.68.219.164;
Authentication-Results mr.google.com; spf=pass (google.com: domain of anikom15@gmail.com designates 10.68.219.164 as permitted sender) smtp.mail=anikom15@gmail.com; dkim=pass header.i=anikom15@gmail.com
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=nbLlqF16Hty/xwgBxKSXHlzIqDjFmNRO/1lyOzuVTa4=; b=JX/nUKG2TB9W7gj6b+sfWZgEbQkCNdVV4nqmCD6ggizQqdRU9PdKO2dJ2nR4t6Iy11 mAwfq8ZEvIXUlrS6Hm/R/+snnD2PmqmdRQX1GGCzK/gmwACL3D0cujy2DeYvYcPsd3ln uu2lVLORDWoQe5iiEP0slvUTA3uut6jp94juzlxyJvrh+Wp8cOpMI82StXieOF2BcUlq bUM3y2hU0IMt33ZHk3vLDKdS2ShO43DIwPAO1yZ+SI79omlitsCJWpAauc6IIU2GmCYo bOUddXoKPvXzVMmh3YG8keO4d1k2F1g54XlCUuk1hDvEGXIWcT0In+L9BaLK2C0eg0r7 cDJA==
Date Sun, 4 Mar 2012 18:04:34 -0800
From Westley Martínez <anikom15@gmail.com>
To python-list@python.org
Subject Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"?
References <29015333.101.1330739333318.JavaMail.geo-discussion-forums@vbbgt10> <mailman.359.1330742876.3037.python-list@python.org> <mailman.361.1330751165.3037.python-list@python.org> <7a170522-2fcb-4334-8d55-f71b1ffb4475@b1g2000yqb.googlegroups.com>
MIME-Version 1.0
Content-Type text/plain; charset=iso-8859-1
Content-Disposition inline
Content-Transfer-Encoding 8bit
In-Reply-To <7a170522-2fcb-4334-8d55-f71b1ffb4475@b1g2000yqb.googlegroups.com>
User-Agent Mutt/1.5.21 (2010-09-15)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.391.1330913096.3037.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1330913096 news.xs4all.nl 6909 [2001:888:2000:d::a6]:45896
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21212

Show key headers only | View raw


On Sun, Mar 04, 2012 at 05:39:27PM -0800, Rick Johnson wrote:
> On Mar 2, 11:06 pm, John Salerno <johnj...@gmail.com> wrote:
> > I'm tempted just to go back to wxPython. Two sets of widgets in Tkinter is a little annoying.
> 
> Your complaint is justified. The Tkinter API is a disgrace. IDLE's
> source is just as bad. Luckily i have not made the jump to py3000 full-
> time yet, but when i do, i think the first item on my to-do list will
> be to hack this hideous tk+ttk+blah+blah into something more
> friendly.
> 
> Heck, maybe i'll even release it!

Make sure not to write it from scratch!

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? John Salerno <johnjsal@gmail.com> - 2012-03-02 17:48 -0800
  Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? Terry Reedy <tjreedy@udel.edu> - 2012-03-02 21:47 -0500
    Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? Ben Finney <ben+python@benfinney.id.au> - 2012-03-03 14:34 +1100
    Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? John Salerno <johnjsal@gmail.com> - 2012-03-02 21:06 -0800
      Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? Rick Johnson <rantingrickjohnson@gmail.com> - 2012-03-04 17:39 -0800
        Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? Westley Martínez <anikom15@gmail.com> - 2012-03-04 18:04 -0800
        Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? John Salerno <johnjsal@gmail.com> - 2012-03-04 21:53 -0800
      Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? Kevin Walzer <kw@codebykevin.com> - 2012-03-04 20:58 -0500
    Re: How do you use the widgets in tkinter.ttk if you want to "import tkinter as tk"? John Salerno <johnjsal@gmail.com> - 2012-03-02 21:06 -0800

csiph-web