Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45585 > unrolled thread
| Started by | Vito De Tullio <vito.detullio@gmail.com> |
|---|---|
| First post | 2013-05-20 07:04 +0200 |
| Last post | 2013-05-20 06:32 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Future standard GUI library Vito De Tullio <vito.detullio@gmail.com> - 2013-05-20 07:04 +0200
Re: Future standard GUI library Kevin Walzer <kw@codebykevin.com> - 2013-05-20 06:32 -0400
| From | Vito De Tullio <vito.detullio@gmail.com> |
|---|---|
| Date | 2013-05-20 07:04 +0200 |
| Subject | Re: Future standard GUI library |
| Message-ID | <mailman.1858.1369026294.3114.python-list@python.org> |
Terry Jan Reedy wrote: >> Do you think tkinter is going to be the standard python built-in gui >> solution as long as python exists? > > AT the moment, there is nothing really comparable that is a realistic > candidate to replace tkinter. FLTK? (http://www.fltk.org/index.php) -- ZeD
[toc] | [next] | [standalone]
| From | Kevin Walzer <kw@codebykevin.com> |
|---|---|
| Date | 2013-05-20 06:32 -0400 |
| Message-ID | <knctrt$g24$1@dont-email.me> |
| In reply to | #45585 |
On 5/20/13 1:04 AM, Vito De Tullio wrote: > FLTK? (http://www.fltk.org/index.php) FLTK is even uglier than non-themed Tkinter: non-native on every platform. Tkinter wraps native widgets on MacOS and WIndows, but FLTK draws its own widgets everywhere. -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web