Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65318
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dwightdhutto@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.098 |
| X-Spam-Evidence | '*H*': 0.81; '*S*': 0.00; 'subject:into': 0.09; 'cc:addr:python-list': 0.11; 'stem': 0.16; 'subject:Tkinter': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'email addr:gmail.com>': 0.22; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'url:moin': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'url:wiki': 0.31; 'url:client': 0.31; 'url:python': 0.33; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:ie': 0.36; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'window': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'further': 0.61; 'to:addr:gmail.com': 0.65; 'link:': 0.72; 'url:search': 0.81; 'url:fs': 0.84; '<>*': 0.95 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JuaO5c4qJUiu0I+i+WEOrR5Ca31l30CzikhzV9TPsUE=; b=i1Pc1WwJ5hC3wcFCr1SJ/f+McodYgrN0O+WJntNZWO4EHnIxKmO/BZD/VErGzeReCy fICNLSkXXCThaL6U82hbJZBoR/qpnpuoESjEPq0ge+cJ4015JafFIFXPVaSfx8kIrhVi wdz6ajU2aOYcn6ZSkLizRdsUZSMcxyVrnGNTyt+sjsvJcp657oiIg/0awvQ8T/I+ctpU zy7nxPpTUo8DK7jyHAdsoJMNkWiVSES1OBw7SDwy6Ln4lq+RydoezJ2n8WOzPSfSbdL3 IKw0FHe6xNU7fcgs0DLVv2hED6dSSynoi5CIy1tCXFYi8bQir7LZNTtp1mAuQwckAcDx s+cw== |
| MIME-Version | 1.0 |
| X-Received | by 10.224.26.15 with SMTP id b15mr52241083qac.46.1391397711043; Sun, 02 Feb 2014 19:21:51 -0800 (PST) |
| In-Reply-To | <0bfb9c90-ee4d-42aa-b181-17b2b6dd1ea7@googlegroups.com> |
| References | <5e297400-3322-45aa-ab7e-016af083b259@googlegroups.com> <04a9d0b0-c968-42c2-94d2-93438558e227@googlegroups.com> <mailman.6289.1391291392.18130.python-list@python.org> <2377621f-a208-4a12-b66c-bb678df6efcf@googlegroups.com> <mailman.6292.1391293398.18130.python-list@python.org> <fab76f9e-7369-4bbc-9da8-06994b731dde@googlegroups.com> <lcl689$sb2$1@dont-email.me> <0bfb9c90-ee4d-42aa-b181-17b2b6dd1ea7@googlegroups.com> |
| Date | Sun, 2 Feb 2014 22:21:50 -0500 |
| Subject | Re: Tkinter widgets into classes. |
| From | David Hutto <dwightdhutto@gmail.com> |
| To | Lewis Wood <fluttershy363@gmail.com> |
| Content-Type | multipart/alternative; boundary=047d7bdc7ec24ee37304f1780627 |
| Cc | python-list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6324.1391397714.18130.python-list@python.org> (permalink) |
| Lines | 66 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1391397714 news.xs4all.nl 2862 [2001:888:2000:d::a6]:54225 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:65318 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
I just happened to find this link: http://effbot.org/tkinterbook/ through this link: https://wiki.python.org/moin/TkInter which ALL happened to stem from this link: https://www.google.com/search?client=ubuntu&channel=fs&q=python+tkinter+tutorials&ie=utf-8&oe=utf-8 On Sun, Feb 2, 2014 at 3:38 PM, Lewis Wood <fluttershy363@gmail.com> wrote: > Thanks all who replied, will look further into megawidgets and the > Toplevel() function. Is there a way to get a separate window to return > something when closed? > -- > https://mail.python.org/mailman/listinfo/python-list > -- Best Regards, David Hutto *CEO:* *http://www.hitwebdevelopment.com <http://www.hitwebdevelopment.com>*
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Tkinter widgets into classes. Lewis Wood <fluttershy363@gmail.com> - 2014-02-01 11:43 -0800
Re: Tkinter widgets into classes. archie65@live.co.uk - 2014-02-01 12:03 -0800
Re: Tkinter widgets into classes. archie65@live.co.uk - 2014-02-01 12:04 -0800
Re: Tkinter widgets into classes. Lewis Wood <fluttershy363@gmail.com> - 2014-02-01 12:12 -0800
Re: Tkinter widgets into classes. Dave Angel <davea@davea.name> - 2014-02-01 16:52 -0500
Re: Tkinter widgets into classes. Lewis Wood <fluttershy363@gmail.com> - 2014-02-01 14:12 -0800
Re: Tkinter widgets into classes. Dave Angel <davea@davea.name> - 2014-02-01 17:26 -0500
Re: Tkinter widgets into classes. Lewis Wood <fluttershy363@gmail.com> - 2014-02-01 15:07 -0800
Re: Tkinter widgets into classes. "albert visser" <albert.visser@gmail.com> - 2014-02-02 01:46 +0100
Re: Tkinter widgets into classes. Terry Reedy <tjreedy@udel.edu> - 2014-02-01 20:26 -0500
Re: Tkinter widgets into classes. Christian Gollwitzer <auriocus@gmx.de> - 2014-02-02 11:22 +0100
Re: Tkinter widgets into classes. Lewis Wood <fluttershy363@gmail.com> - 2014-02-02 12:38 -0800
Re: Tkinter widgets into classes. David Hutto <dwightdhutto@gmail.com> - 2014-02-02 22:21 -0500
Re: Tkinter widgets into classes. Christian Gollwitzer <auriocus@gmx.de> - 2014-02-02 11:15 +0100
csiph-web