Generating event from event

Lie Lie.1296 at gmail.com
Tue Jun 3 09:04:57 EDT 2008


On May 31, 1:27 am, Mike Driscoll <kyoso... at gmail.com> wrote:
> On May 30, 12:11 pm, Gandalf <goldn... at gmail.com> wrote:
>
> > Hi Diez, I can't see how it  matter which GUI-Toolkit i uses because I
> > can combine libraries.
> > I think all that matter is that i work with windows XP.
>
> > if you ever done something like that or you familiar with article
> > which can show me how to implement what I asked it would help me
>
> > Thank you very much
>
> It matters because each Python GUI toolkit works differently. Tkinter
> does it via Tk/tcl calls, wxPython uses the wx library and pyGTK does
> it in yet another way. The basic ideas are the same, but the
> implementations are quite different.
>
> In wx, for example, there are mouse events called wx.MouseEvent:
>
> http://www.wxpython.org/docs/api/wx.MouseEvent-class.html
>
> In Tkinter, they do the same thing, but the calls are almost
> completely different. See the following for examples:
>
> http://www.pythonware.com/library/tkinter/introduction/events-and-bin...
>
> You probably either want the MouseEvents or to create an
> AcceleratorTable.
>
> Mike

I'd get frustated enough to *plonk* someone like him if he keeps
refusing to answer an information that is already requested and
already mentioned of the significance.



More information about the Python-list mailing list