Antoine Pitrou wrote:
> Le jeudi 11 mai 2006 à 10:00 -0600, Travis E. Oliphant a écrit :
>> That sounds reasonable. As I said before, I like the idea of PyGUI.
>> My main consternation is wxWindows. I'm not a big fan of how wxPython
>> builds on top of wxWindows which builds on top of GTK whic
Travis E. Oliphant wrote:
> Greg Ewing wrote:
>> Travis E. Oliphant wrote:
>>> The only thing I would wish different is to get rid of the PyGTK
>>> dependency. I think PyGUI should be a wrapper directly on top of GNOME
>> Perhaps you have Gnome and Gtk confused? Gnome is the
>> desktop, Gtk is t
Le jeudi 11 mai 2006 à 10:00 -0600, Travis E. Oliphant a écrit :
>
> That sounds reasonable. As I said before, I like the idea of PyGUI.
> My main consternation is wxWindows. I'm not a big fan of how wxPython
> builds on top of wxWindows which builds on top of GTK which itself
> builds on G
Greg Ewing wrote:
> Travis E. Oliphant wrote:
>> The only thing I would wish different is to get rid of the PyGTK
>> dependency. I think PyGUI should be a wrapper directly on top of GNOME
>
> Perhaps you have Gnome and Gtk confused? Gnome is the
> desktop, Gtk is the UI library that Gnome appli
Travis E. Oliphant wrote:
> In short, I don't like the chaining effect of wrapper on top of wrapper.
> I want to make the connection to platform libraries as simple as
> possible. Ultimately, I also think PyGUI should provide a simple
> look-and-feel of its own as well for situations where t
"Travis E. Oliphant" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Not much different at all except in breadth. I like the idea of PyGUI
> (it doesn't cover all backends, yet though). Sorry I wasn't more
> clear. The only thing I would wish different is to get rid of the PyGTK
Travis E. Oliphant wrote:
> The only thing I would wish different is to get rid of the PyGTK
> dependency. I think PyGUI should be a wrapper directly on top of GNOME
Perhaps you have Gnome and Gtk confused? Gnome is the
desktop, Gtk is the UI library that Gnome applications
use.
> In short, I
Travis E. Oliphant wrote:
> Greg Ewing wrote:
>
>>Travis E. Oliphant wrote:
>>
>>>Just get a
>>>window-area from each platform's lowest-level tool and then draw your
>>>widgets to the screen directly.
>>
>>But then you have something that looks totally non-native
>>on all platforms. While it may
Greg Ewing wrote:
> Travis E. Oliphant wrote:
>> Just get a
>> window-area from each platform's lowest-level tool and then draw your
>> widgets to the screen directly.
>
> But then you have something that looks totally non-native
> on all platforms. While it may be useful to have such a thing,
>
Travis E. Oliphant wrote:
> Just get a
> window-area from each platform's lowest-level tool and then draw your
> widgets to the screen directly.
But then you have something that looks totally non-native
on all platforms. While it may be useful to have such a thing,
it's not what PyGUI is designe
Terry Reedy wrote:
> "Greg Ewing" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> Terry Reedy wrote:
>>
>>> -the ability to ignore platforn standards and give an app a unique look
>>> and
>>> feel. A start on this, for instance, is being able to give dialog boxes
>>> a
>>> cust
"Greg Ewing" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Terry Reedy wrote:
>
>> -the ability to ignore platforn standards and give an app a unique look
>> and
>> feel. A start on this, for instance, is being able to give dialog boxes
>> a
>> custom background instead of unif
Terry Reedy wrote:
> -the ability to ignore platforn standards and give an app a unique look and
> feel. A start on this, for instance, is being able to give dialog boxes a
> custom background instead of uniform gray or whatever.
You can do this in PyGUI by adding a View that fills the
whole w
"Talin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> there. I will, however, list what I believe are the qualities that make
> an API great:
>
> - It should follow the UI conventions of the specific platform that
> it is running on. Ideally, the user should not be able to tell t
I'm afraid I'm going to have to blow the dust off of one of my pet
rants, this one concerning the design and implementation of GUI toolkits.
As someone who is familiar with about 20 different GUI toolkits (not
including the half dozen or so that I've created for various projects),
I've formed a
15 matches
Mail list logo