Re: Collapse motion events
Philippe Ribet <[email protected]> Fri, 15 Sep 2006 09:34:14 +0200
| Newsgroups | gmane.comp.lang.perl.tk |
|---|---|
| Message-ID | <[email protected]> |
Ala Qumsieh wrote: >--- Philippe Ribet <[email protected]> wrote: > > > >>Hello, >> >>I'm using perl and Tk. By default, motion events are >>collapsed when they >>do arrive quickly, meaning motion events are lost. >>For a nice drawing in >>respect to the effective gesture, it is a necessity >>not to loose events. >> >>The default Tk behaviour can be changed using >>"Tk_CollapseMotionEvents". >>This function seems to be included in the perl-tk >>stub, but I really >>don't understand how to call it. >> >>How may I call this function? >> >> > >I would guess that most people will have no idea what >you're talking about, myself included. To best >illustrate your problem, try to create a minimal >program that exhibits it. This way we can run it and >see exactly what you mean, and perhaps offer >solutions. > > > Searching "Tk_CollapseMotionEvents" with google gives you the correponding man page. Ex: http://www.ifthenfi.nl:4000/cgi-bin/man?mansearchword=Tk_QueueWindowEvent&mansection=3 http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/Tk_CollapseMotionEvents.3tcl.html According to the description, "Tk_CollapseMotionEvents" is exactely the function I need to change the default behaviour. My question is just: how could I call this function? Thanks for any help, Philippe Ribet --++**==--++**==--++**==--++**==--++**==--++**==--++**== ptk mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/ptk