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


Groups > comp.lang.python > #45585 > unrolled thread

Re: Future standard GUI library

Started byVito De Tullio <vito.detullio@gmail.com>
First post2013-05-20 07:04 +0200
Last post2013-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.


Contents

  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

#45585 — Re: Future standard GUI library

FromVito De Tullio <vito.detullio@gmail.com>
Date2013-05-20 07:04 +0200
SubjectRe: 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]


#45615

FromKevin Walzer <kw@codebykevin.com>
Date2013-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