Re: Generating event from event



On May 30, 12:11 pm, Gandalf <goldn...@xxxxxxxxx> 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-bindings.htm

You probably either want the MouseEvents or to create an
AcceleratorTable.

Mike
.



Relevant Pages

  • RE: MS compiler for AMD64 and the calling conventions
    ... With Windows XP 64, none of the functions in the native 64 bit libraries have ... So it doesn't matter if you don't have them there because it isn't a ... The linker should look for the names without the underscore and link ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Generating event from event
    ... can combine libraries. ... I think all that matter is that i work with windows XP. ... In Tkinter, they do the same thing, but the calls are almost ...
    (comp.lang.python)
  • Re: Can MS listen to customers?
    ... IE is comprised of a set of libraries that other applications use. ... a HUGE portion of even a minimal install of Windows (or even in ... For Windows, Notepad, Paint, IE, OE, msconfig, Wordpad, Hearts, NT ...
    (microsoft.public.windowsxp.general)
  • Re: Side-by-side installation on Windows 98SE and Windows 2000
    ... I was surprised to find that this is also supported on Windows 98 ... VB6 cannot create them. ... DLL Search algorithm explores at runtime. ... program (and it's libraries in the app folder) leaves behind a broken COM ...
    (microsoft.public.vb.general.discussion)
  • Re: DFPORT
    ... I work on a Windows XP platform. ... We normally use F77 Fortran and for this one problematic program we ... Since we also have the Intel Fortran compiler, we also had a lot of ... Windows Fortran comper (with appropriate libraries). ...
    (comp.lang.fortran)